Shades of Cadet Blue #669D99
Tints of Cadet Blue #669D99
RGB
CMYK
RGB Variations
Color information
#669D99 (or 0x669D99) is known color: Cadet Blue. HEX triplet: 66, 9D and 99. RGB value is (102,157,153). Sum of RGB (Red+Green+Blue) = 102+157+153=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #669D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D99 is #996266. Grayscale: #8C8C8C. Windows color (decimal): -10052199 or 10067302. OLE color: 10067302.
HSL color Cylindrical-coordinate representation of color #669D99: hue angle of 175.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D99 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 153 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.38 |
| HSL | 175.64º | 0.22% | 0.51% | - |
| HSV(B) | 175.64º | 0.35% | 0.62% | - |
| XYZ | 23.29 | 29.24 | 34.55 | - |
| YUV | 140.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 153 | 0.35 | 0 | 0.03 | 0.38 | 175.64 | 0.22 | 0.51 |
| Hex | 66 | 9D | 99 | 23 | 0 | 3 | 26 | B0 | 16 | 33 |
| Octal | 146 | 235 | 231 | 43 | 0 | 3 | 46 | 260 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10011001 | 100011 | 0 | 11 | 100110 | 10110000 | 10110 | 110011 |
Color Harmonies of #669D99
Complementary color
Monochromatic Colors of #669D99
Black with #669D99
Text Example
Text Example
White with #669D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D99; }
p { color: rgb(102,157,153); }
H1.HeaderClassName
{
color: #669D99;
}
.AnyTagClassName
{
color: #669D99;
}
</style>
background-color css
<style>
a { background-color: #669D99; }
a { background-color: rgb(102,157,153); }
div.DivClassName
{
background-color: #669D99;
}
.BgClassName
{
background-color: #669D99;
}
</style>
border-color css
<style>
span { border-color: #669D99; }
span { border-color: rgb(102,157,153); }
td.TdClassName
{
border-color: #669D99;
}
.TagClassName
{
border-color: #669D99;
}
</style>