Shades of Cadet Blue #669797
Tints of Cadet Blue #669797
RGB
CMYK
RGB Variations
Color information
#669797 (or 0x669797) is known color: Cadet Blue. HEX triplet: 66, 97 and 97. RGB value is (102,151,151). Sum of RGB (Red+Green+Blue) = 102+151+151=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #669797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669797 is #996868. Grayscale: #888888. Windows color (decimal): -10053737 or 9934694. OLE color: 9934694.
HSL color Cylindrical-coordinate representation of color #669797: hue angle of 180º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669797 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 151 | - |
| CMYK | 0.32 | 0 | 0 | 0.41 |
| HSL | 180º | 0.19% | 0.5% | - |
| HSV(B) | 180º | 0.32% | 0.59% | - |
| XYZ | 22.13 | 27.19 | 33.36 | - |
| YUV | 136.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 151 | 0.32 | 0 | 0 | 0.41 | 180 | 0.19 | 0.5 |
| Hex | 66 | 97 | 97 | 20 | 0 | 0 | 29 | B4 | 13 | 32 |
| Octal | 146 | 227 | 227 | 40 | 0 | 0 | 51 | 264 | 23 | 62 |
| Binary | 1100110 | 10010111 | 10010111 | 100000 | 0 | 0 | 101001 | 10110100 | 10011 | 110010 |
Color Harmonies of #669797
Complementary color
Monochromatic Colors of #669797
Black with #669797
Text Example
Text Example
White with #669797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669797; }
p { color: rgb(102,151,151); }
H1.HeaderClassName
{
color: #669797;
}
.AnyTagClassName
{
color: #669797;
}
</style>
background-color css
<style>
a { background-color: #669797; }
a { background-color: rgb(102,151,151); }
div.DivClassName
{
background-color: #669797;
}
.BgClassName
{
background-color: #669797;
}
</style>
border-color css
<style>
span { border-color: #669797; }
span { border-color: rgb(102,151,151); }
td.TdClassName
{
border-color: #669797;
}
.TagClassName
{
border-color: #669797;
}
</style>