Shades of Cadet Blue #66979A
Tints of Cadet Blue #66979A
RGB
CMYK
RGB Variations
Color information
#66979A (or 0x66979A) is known color: Cadet Blue. HEX triplet: 66, 97 and 9A. RGB value is (102,151,154). Sum of RGB (Red+Green+Blue) = 102+151+154=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #66979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66979A is #996865. Grayscale: #888888. Windows color (decimal): -10053734 or 10131302. OLE color: 10131302.
HSL color Cylindrical-coordinate representation of color #66979A: hue angle of 183.46º 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 #66979A is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 151 | 154 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.40 |
| HSL | 183.46º | 0.2% | 0.5% | - |
| HSV(B) | 183.46º | 0.34% | 0.6% | - |
| XYZ | 22.38 | 27.29 | 34.66 | - |
| YUV | 136.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 154 | 0.34 | 0.02 | 0 | 0.40 | 183.46 | 0.2 | 0.5 |
| Hex | 66 | 97 | 9A | 22 | 2 | 0 | 28 | B7 | 14 | 32 |
| Octal | 146 | 227 | 232 | 42 | 2 | 0 | 50 | 267 | 24 | 62 |
| Binary | 1100110 | 10010111 | 10011010 | 100010 | 10 | 0 | 101000 | 10110111 | 10100 | 110010 |
Color Harmonies of #66979A
Complementary color
Monochromatic Colors of #66979A
Black with #66979A
Text Example
Text Example
White with #66979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66979A; }
p { color: rgb(102,151,154); }
H1.HeaderClassName
{
color: #66979A;
}
.AnyTagClassName
{
color: #66979A;
}
</style>
background-color css
<style>
a { background-color: #66979A; }
a { background-color: rgb(102,151,154); }
div.DivClassName
{
background-color: #66979A;
}
.BgClassName
{
background-color: #66979A;
}
</style>
border-color css
<style>
span { border-color: #66979A; }
span { border-color: rgb(102,151,154); }
td.TdClassName
{
border-color: #66979A;
}
.TagClassName
{
border-color: #66979A;
}
</style>