Desaturated Cyan (#669999)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 3.19:1 — vs black: 6.58:1

Color values

  • HEX #669999
  • RGB rgb(102, 153, 153)
  • HSL hsl(180, 33%, 60%)
  • CMYK cmyk( 33.33, 0, 0, 40 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #669999 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Desaturated Cyan
#669999 Base
Copper Rose
#996666
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Desaturated Cyan
#669999 Base
#669980
#668099
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Desaturated Cyan
#669999 Base
#996699
#999966
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Desaturated Cyan
#669999 Base
#996680
#998066
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Desaturated Cyan
#669999 Base
#806699
Copper Rose
#996666
#809966
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Desaturated Cyan
#669999 Base
#293D3D
#476B6B
#568181
#7EA9A9
#94B8B8
#C2D6D6
Shades & Tints

Darker shades and lighter tints of Desaturated Cyan, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0A0F0F
#1D2B2B
#2F4646
#416262
#547D7D
Desaturated Cyan #669999 Base
#82ABAB
#9DBEBE
#B9D0D0
#D4E2E2
#F0F5F5
CSS & SCSS Snippets

Ready-to-use code snippets for #669999. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #669999;
}

/* Text */
.element {
    color: #669999;
}

/* Border */
.element {
    border: 1px solid #669999;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #669999,
        #BB7777
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #669999,
        #BB7777
    );
}
SCSS Variable
// SCSS variable
$desaturated-cyan: #669999;

// With RGB channels (useful for rgba() usage)
$desaturated-cyan-r: 102;
$desaturated-cyan-g: 153;
$desaturated-cyan-b: 153;

// Usage
.element {
    background-color: $desaturated-cyan;
    color: rgba($desaturated-cyan-r, $desaturated-cyan-g, $desaturated-cyan-b, 0.8);
}
Color Blindness Simulation

How Desaturated Cyan appears to people with different types of color vision deficiency.

Normal Vision #669999 How the color appears with full color vision.
Deuteranopia #8D8D9A Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #949499 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #669999 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #909090 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Desaturated Cyan ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Desaturated Cyan #669999 Base
Cadet Blue #5F9EA0 ΔE 2.36
Blue Lagoon #5E93A1 ΔE 6.43
Viridian Green #009698 ΔE 8.35
Verdigris #43B3AE ΔE 9.85

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.