Shades of Cadet Blue #669CA6
Tints of Cadet Blue #669CA6
RGB
CMYK
RGB Variations
Color information
#669CA6 (or 0x669CA6) is known color: Cadet Blue. HEX triplet: 66, 9C and A6. RGB value is (102,156,166). Sum of RGB (Red+Green+Blue) = 102+156+166=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 166 - color contains mainly: blue. Hex color #669CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669CA6 is #996359. Grayscale: #8C8C8C. Windows color (decimal): -10052442 or 10919014. OLE color: 10919014.
HSL color Cylindrical-coordinate representation of color #669CA6: hue angle of 189.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #669CA6 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 156 | 166 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.35 |
| HSL | 189.38º | 0.26% | 0.53% | - |
| HSV(B) | 189.38º | 0.39% | 0.65% | - |
| XYZ | 24.25 | 29.35 | 40.46 | - |
| YUV | 140.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 166 | 0.39 | 0.06 | 0 | 0.35 | 189.38 | 0.26 | 0.53 |
| Hex | 66 | 9C | A6 | 27 | 6 | 0 | 23 | BD | 1A | 35 |
| Octal | 146 | 234 | 246 | 47 | 6 | 0 | 43 | 275 | 32 | 65 |
| Binary | 1100110 | 10011100 | 10100110 | 100111 | 110 | 0 | 100011 | 10111101 | 11010 | 110101 |
Color Harmonies of #669CA6
Complementary color
Monochromatic Colors of #669CA6
Black with #669CA6
Text Example
Text Example
White with #669CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669CA6; }
p { color: rgb(102,156,166); }
H1.HeaderClassName
{
color: #669CA6;
}
.AnyTagClassName
{
color: #669CA6;
}
</style>
background-color css
<style>
a { background-color: #669CA6; }
a { background-color: rgb(102,156,166); }
div.DivClassName
{
background-color: #669CA6;
}
.BgClassName
{
background-color: #669CA6;
}
</style>
border-color css
<style>
span { border-color: #669CA6; }
span { border-color: rgb(102,156,166); }
td.TdClassName
{
border-color: #669CA6;
}
.TagClassName
{
border-color: #669CA6;
}
</style>