Shades of Cadet Blue #669DA2
Tints of Cadet Blue #669DA2
RGB
CMYK
RGB Variations
Color information
#669DA2 (or 0x669DA2) is known color: Cadet Blue. HEX triplet: 66, 9D and A2. RGB value is (102,157,162). Sum of RGB (Red+Green+Blue) = 102+157+162=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #669DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DA2 is #99625D. Grayscale: #8D8D8D. Windows color (decimal): -10052190 or 10657126. OLE color: 10657126.
HSL color Cylindrical-coordinate representation of color #669DA2: hue angle of 185º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #669DA2 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 157 | 162 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.36 |
| HSL | 185º | 0.24% | 0.52% | - |
| HSV(B) | 185º | 0.37% | 0.64% | - |
| XYZ | 24.06 | 29.55 | 38.62 | - |
| YUV | 141.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 162 | 0.37 | 0.03 | 0 | 0.36 | 185 | 0.24 | 0.52 |
| Hex | 66 | 9D | A2 | 25 | 3 | 0 | 24 | B9 | 18 | 34 |
| Octal | 146 | 235 | 242 | 45 | 3 | 0 | 44 | 271 | 30 | 64 |
| Binary | 1100110 | 10011101 | 10100010 | 100101 | 11 | 0 | 100100 | 10111001 | 11000 | 110100 |
Color Harmonies of #669DA2
Complementary color
Monochromatic Colors of #669DA2
Black with #669DA2
Text Example
Text Example
White with #669DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DA2; }
p { color: rgb(102,157,162); }
H1.HeaderClassName
{
color: #669DA2;
}
.AnyTagClassName
{
color: #669DA2;
}
</style>
background-color css
<style>
a { background-color: #669DA2; }
a { background-color: rgb(102,157,162); }
div.DivClassName
{
background-color: #669DA2;
}
.BgClassName
{
background-color: #669DA2;
}
</style>
border-color css
<style>
span { border-color: #669DA2; }
span { border-color: rgb(102,157,162); }
td.TdClassName
{
border-color: #669DA2;
}
.TagClassName
{
border-color: #669DA2;
}
</style>