Shades of Cadet Blue #66999C
Tints of Cadet Blue #66999C
RGB
CMYK
RGB Variations
Color information
#66999C (or 0x66999C) is known color: Cadet Blue. HEX triplet: 66, 99 and 9C. RGB value is (102,153,156). Sum of RGB (Red+Green+Blue) = 102+153+156=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #66999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66999C is #996663. Grayscale: #8A8A8A. Windows color (decimal): -10053220 or 10262886. OLE color: 10262886.
HSL color Cylindrical-coordinate representation of color #66999C: hue angle of 183.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66999C is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 153 | 156 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.39 |
| HSL | 183.33º | 0.21% | 0.51% | - |
| HSV(B) | 183.33º | 0.35% | 0.61% | - |
| XYZ | 22.87 | 28.01 | 35.65 | - |
| YUV | 138.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 156 | 0.35 | 0.02 | 0 | 0.39 | 183.33 | 0.21 | 0.51 |
| Hex | 66 | 99 | 9C | 23 | 2 | 0 | 27 | B7 | 15 | 33 |
| Octal | 146 | 231 | 234 | 43 | 2 | 0 | 47 | 267 | 25 | 63 |
| Binary | 1100110 | 10011001 | 10011100 | 100011 | 10 | 0 | 100111 | 10110111 | 10101 | 110011 |
Color Harmonies of #66999C
Complementary color
Monochromatic Colors of #66999C
Black with #66999C
Text Example
Text Example
White with #66999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66999C; }
p { color: rgb(102,153,156); }
H1.HeaderClassName
{
color: #66999C;
}
.AnyTagClassName
{
color: #66999C;
}
</style>
background-color css
<style>
a { background-color: #66999C; }
a { background-color: rgb(102,153,156); }
div.DivClassName
{
background-color: #66999C;
}
.BgClassName
{
background-color: #66999C;
}
</style>
border-color css
<style>
span { border-color: #66999C; }
span { border-color: rgb(102,153,156); }
td.TdClassName
{
border-color: #66999C;
}
.TagClassName
{
border-color: #66999C;
}
</style>