Shades of Cadet Blue #669DA6
Tints of Cadet Blue #669DA6
RGB
CMYK
RGB Variations
Color information
#669DA6 (or 0x669DA6) is known color: Cadet Blue. HEX triplet: 66, 9D and A6. RGB value is (102,157,166). Sum of RGB (Red+Green+Blue) = 102+157+166=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 166 - color contains mainly: blue. Hex color #669DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DA6 is #996259. Grayscale: #8D8D8D. Windows color (decimal): -10052186 or 10919270. OLE color: 10919270.
HSL color Cylindrical-coordinate representation of color #669DA6: hue angle of 188.44º 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 #669DA6 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 157 | 166 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.35 |
| HSL | 188.44º | 0.26% | 0.53% | - |
| HSV(B) | 188.44º | 0.39% | 0.65% | - |
| XYZ | 24.42 | 29.69 | 40.52 | - |
| YUV | 141.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 166 | 0.39 | 0.05 | 0 | 0.35 | 188.44 | 0.26 | 0.53 |
| Hex | 66 | 9D | A6 | 27 | 5 | 0 | 23 | BC | 1A | 35 |
| Octal | 146 | 235 | 246 | 47 | 5 | 0 | 43 | 274 | 32 | 65 |
| Binary | 1100110 | 10011101 | 10100110 | 100111 | 101 | 0 | 100011 | 10111100 | 11010 | 110101 |
Color Harmonies of #669DA6
Complementary color
Monochromatic Colors of #669DA6
Black with #669DA6
Text Example
Text Example
White with #669DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DA6; }
p { color: rgb(102,157,166); }
H1.HeaderClassName
{
color: #669DA6;
}
.AnyTagClassName
{
color: #669DA6;
}
</style>
background-color css
<style>
a { background-color: #669DA6; }
a { background-color: rgb(102,157,166); }
div.DivClassName
{
background-color: #669DA6;
}
.BgClassName
{
background-color: #669DA6;
}
</style>
border-color css
<style>
span { border-color: #669DA6; }
span { border-color: rgb(102,157,166); }
td.TdClassName
{
border-color: #669DA6;
}
.TagClassName
{
border-color: #669DA6;
}
</style>