Shades of Cadet Blue #669EAB
Tints of Cadet Blue #669EAB
RGB
CMYK
RGB Variations
Color information
#669EAB (or 0x669EAB) is known color: Cadet Blue. HEX triplet: 66, 9E and AB. RGB value is (102,158,171). Sum of RGB (Red+Green+Blue) = 102+158+171=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #669EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669EAB is #996154. Grayscale: #8E8E8E. Windows color (decimal): -10051925 or 11247206. OLE color: 11247206.
HSL color Cylindrical-coordinate representation of color #669EAB: hue angle of 191.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #669EAB is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 158 | 171 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.33 |
| HSL | 191.3º | 0.29% | 0.54% | - |
| HSV(B) | 191.3º | 0.4% | 0.67% | - |
| XYZ | 25.06 | 30.22 | 43.04 | - |
| YUV | 142.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 171 | 0.40 | 0.08 | 0 | 0.33 | 191.3 | 0.29 | 0.54 |
| Hex | 66 | 9E | AB | 28 | 8 | 0 | 21 | BF | 1D | 36 |
| Octal | 146 | 236 | 253 | 50 | 10 | 0 | 41 | 277 | 35 | 66 |
| Binary | 1100110 | 10011110 | 10101011 | 101000 | 1000 | 0 | 100001 | 10111111 | 11101 | 110110 |
Color Harmonies of #669EAB
Complementary color
Monochromatic Colors of #669EAB
Black with #669EAB
Text Example
Text Example
White with #669EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EAB; }
p { color: rgb(102,158,171); }
H1.HeaderClassName
{
color: #669EAB;
}
.AnyTagClassName
{
color: #669EAB;
}
</style>
background-color css
<style>
a { background-color: #669EAB; }
a { background-color: rgb(102,158,171); }
div.DivClassName
{
background-color: #669EAB;
}
.BgClassName
{
background-color: #669EAB;
}
</style>
border-color css
<style>
span { border-color: #669EAB; }
span { border-color: rgb(102,158,171); }
td.TdClassName
{
border-color: #669EAB;
}
.TagClassName
{
border-color: #669EAB;
}
</style>