Shades of Cadet Blue #669897
Tints of Cadet Blue #669897
RGB
CMYK
RGB Variations
Color information
#669897 (or 0x669897) is known color: Cadet Blue. HEX triplet: 66, 98 and 97. RGB value is (102,152,151). Sum of RGB (Red+Green+Blue) = 102+152+151=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #669897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669897 is #996768. Grayscale: #888888. Windows color (decimal): -10053481 or 9934950. OLE color: 9934950.
HSL color Cylindrical-coordinate representation of color #669897: hue angle of 178.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669897 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 151 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.40 |
| HSL | 178.8º | 0.2% | 0.5% | - |
| HSV(B) | 178.8º | 0.33% | 0.6% | - |
| XYZ | 22.29 | 27.52 | 33.41 | - |
| YUV | 136.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 151 | 0.33 | 0 | 0.01 | 0.40 | 178.8 | 0.2 | 0.5 |
| Hex | 66 | 98 | 97 | 21 | 0 | 1 | 28 | B3 | 14 | 32 |
| Octal | 146 | 230 | 227 | 41 | 0 | 1 | 50 | 263 | 24 | 62 |
| Binary | 1100110 | 10011000 | 10010111 | 100001 | 0 | 1 | 101000 | 10110011 | 10100 | 110010 |
Color Harmonies of #669897
Complementary color
Monochromatic Colors of #669897
Black with #669897
Text Example
Text Example
White with #669897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669897; }
p { color: rgb(102,152,151); }
H1.HeaderClassName
{
color: #669897;
}
.AnyTagClassName
{
color: #669897;
}
</style>
background-color css
<style>
a { background-color: #669897; }
a { background-color: rgb(102,152,151); }
div.DivClassName
{
background-color: #669897;
}
.BgClassName
{
background-color: #669897;
}
</style>
border-color css
<style>
span { border-color: #669897; }
span { border-color: rgb(102,152,151); }
td.TdClassName
{
border-color: #669897;
}
.TagClassName
{
border-color: #669897;
}
</style>