Shades of Cadet Blue #66989B
Tints of Cadet Blue #66989B
RGB
CMYK
RGB Variations
Color information
#66989B (or 0x66989B) is known color: Cadet Blue. HEX triplet: 66, 98 and 9B. RGB value is (102,152,155). Sum of RGB (Red+Green+Blue) = 102+152+155=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #66989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66989B is #996764. Grayscale: #898989. Windows color (decimal): -10053477 or 10197094. OLE color: 10197094.
HSL color Cylindrical-coordinate representation of color #66989B: hue angle of 183.4º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66989B is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 152 | 155 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.39 |
| HSL | 183.4º | 0.21% | 0.5% | - |
| HSV(B) | 183.4º | 0.34% | 0.61% | - |
| XYZ | 22.62 | 27.65 | 35.15 | - |
| YUV | 137.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 155 | 0.34 | 0.02 | 0 | 0.39 | 183.4 | 0.21 | 0.5 |
| Hex | 66 | 98 | 9B | 22 | 2 | 0 | 27 | B7 | 15 | 32 |
| Octal | 146 | 230 | 233 | 42 | 2 | 0 | 47 | 267 | 25 | 62 |
| Binary | 1100110 | 10011000 | 10011011 | 100010 | 10 | 0 | 100111 | 10110111 | 10101 | 110010 |
Color Harmonies of #66989B
Complementary color
Monochromatic Colors of #66989B
Black with #66989B
Text Example
Text Example
White with #66989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66989B; }
p { color: rgb(102,152,155); }
H1.HeaderClassName
{
color: #66989B;
}
.AnyTagClassName
{
color: #66989B;
}
</style>
background-color css
<style>
a { background-color: #66989B; }
a { background-color: rgb(102,152,155); }
div.DivClassName
{
background-color: #66989B;
}
.BgClassName
{
background-color: #66989B;
}
</style>
border-color css
<style>
span { border-color: #66989B; }
span { border-color: rgb(102,152,155); }
td.TdClassName
{
border-color: #66989B;
}
.TagClassName
{
border-color: #66989B;
}
</style>