Shades of Cadet Blue #669A99
Tints of Cadet Blue #669A99
RGB
CMYK
RGB Variations
Color information
#669A99 (or 0x669A99) is known color: Cadet Blue. HEX triplet: 66, 9A and 99. RGB value is (102,154,153). Sum of RGB (Red+Green+Blue) = 102+154+153=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 154 - color contains mainly: green. Hex color #669A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A99 is #996566. Grayscale: #8A8A8A. Windows color (decimal): -10052967 or 10066534. OLE color: 10066534.
HSL color Cylindrical-coordinate representation of color #669A99: hue angle of 178.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A99 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 153 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.40 |
| HSL | 178.85º | 0.2% | 0.5% | - |
| HSV(B) | 178.85º | 0.34% | 0.6% | - |
| XYZ | 22.78 | 28.24 | 34.39 | - |
| YUV | 138.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 153 | 0.34 | 0 | 0.01 | 0.40 | 178.85 | 0.2 | 0.5 |
| Hex | 66 | 9A | 99 | 22 | 0 | 1 | 28 | B3 | 14 | 32 |
| Octal | 146 | 232 | 231 | 42 | 0 | 1 | 50 | 263 | 24 | 62 |
| Binary | 1100110 | 10011010 | 10011001 | 100010 | 0 | 1 | 101000 | 10110011 | 10100 | 110010 |
Color Harmonies of #669A99
Complementary color
Monochromatic Colors of #669A99
Black with #669A99
Text Example
Text Example
White with #669A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A99; }
p { color: rgb(102,154,153); }
H1.HeaderClassName
{
color: #669A99;
}
.AnyTagClassName
{
color: #669A99;
}
</style>
background-color css
<style>
a { background-color: #669A99; }
a { background-color: rgb(102,154,153); }
div.DivClassName
{
background-color: #669A99;
}
.BgClassName
{
background-color: #669A99;
}
</style>
border-color css
<style>
span { border-color: #669A99; }
span { border-color: rgb(102,154,153); }
td.TdClassName
{
border-color: #669A99;
}
.TagClassName
{
border-color: #669A99;
}
</style>