Shades of Cadet Blue #669F9F
Tints of Cadet Blue #669F9F
RGB
CMYK
RGB Variations
Color information
#669F9F (or 0x669F9F) is known color: Cadet Blue. HEX triplet: 66, 9F and 9F. RGB value is (102,159,159). Sum of RGB (Red+Green+Blue) = 102+159+159=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #669F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F9F is #996060. Grayscale: #8D8D8D. Windows color (decimal): -10051681 or 10461030. OLE color: 10461030.
HSL color Cylindrical-coordinate representation of color #669F9F: hue angle of 180º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F9F is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 159 | - |
| CMYK | 0.36 | 0 | 0 | 0.38 |
| HSL | 180º | 0.23% | 0.51% | - |
| HSV(B) | 180º | 0.36% | 0.62% | - |
| XYZ | 24.14 | 30.12 | 37.34 | - |
| YUV | 141.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 159 | 0.36 | 0 | 0 | 0.38 | 180 | 0.23 | 0.51 |
| Hex | 66 | 9F | 9F | 24 | 0 | 0 | 26 | B4 | 17 | 33 |
| Octal | 146 | 237 | 237 | 44 | 0 | 0 | 46 | 264 | 27 | 63 |
| Binary | 1100110 | 10011111 | 10011111 | 100100 | 0 | 0 | 100110 | 10110100 | 10111 | 110011 |
Color Harmonies of #669F9F
Complementary color
Monochromatic Colors of #669F9F
Black with #669F9F
Text Example
Text Example
White with #669F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F9F; }
p { color: rgb(102,159,159); }
H1.HeaderClassName
{
color: #669F9F;
}
.AnyTagClassName
{
color: #669F9F;
}
</style>
background-color css
<style>
a { background-color: #669F9F; }
a { background-color: rgb(102,159,159); }
div.DivClassName
{
background-color: #669F9F;
}
.BgClassName
{
background-color: #669F9F;
}
</style>
border-color css
<style>
span { border-color: #669F9F; }
span { border-color: rgb(102,159,159); }
td.TdClassName
{
border-color: #669F9F;
}
.TagClassName
{
border-color: #669F9F;
}
</style>