Shades of Cadet Blue #66999D
Tints of Cadet Blue #66999D
RGB
CMYK
RGB Variations
Color information
#66999D (or 0x66999D) is known color: Cadet Blue. HEX triplet: 66, 99 and 9D. RGB value is (102,153,157). Sum of RGB (Red+Green+Blue) = 102+153+157=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #66999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66999D is #996662. Grayscale: #8A8A8A. Windows color (decimal): -10053219 or 10328422. OLE color: 10328422.
HSL color Cylindrical-coordinate representation of color #66999D: hue angle of 184.36º 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 #66999D is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 153 | 157 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.38 |
| HSL | 184.36º | 0.22% | 0.51% | - |
| HSV(B) | 184.36º | 0.35% | 0.62% | - |
| XYZ | 22.96 | 28.04 | 36.1 | - |
| YUV | 138.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 157 | 0.35 | 0.03 | 0 | 0.38 | 184.36 | 0.22 | 0.51 |
| Hex | 66 | 99 | 9D | 23 | 3 | 0 | 26 | B8 | 16 | 33 |
| Octal | 146 | 231 | 235 | 43 | 3 | 0 | 46 | 270 | 26 | 63 |
| Binary | 1100110 | 10011001 | 10011101 | 100011 | 11 | 0 | 100110 | 10111000 | 10110 | 110011 |
Color Harmonies of #66999D
Complementary color
Monochromatic Colors of #66999D
Black with #66999D
Text Example
Text Example
White with #66999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66999D; }
p { color: rgb(102,153,157); }
H1.HeaderClassName
{
color: #66999D;
}
.AnyTagClassName
{
color: #66999D;
}
</style>
background-color css
<style>
a { background-color: #66999D; }
a { background-color: rgb(102,153,157); }
div.DivClassName
{
background-color: #66999D;
}
.BgClassName
{
background-color: #66999D;
}
</style>
border-color css
<style>
span { border-color: #66999D; }
span { border-color: rgb(102,153,157); }
td.TdClassName
{
border-color: #66999D;
}
.TagClassName
{
border-color: #66999D;
}
</style>