Shades of Cadet Blue #60999E
Tints of Cadet Blue #60999E
RGB
CMYK
RGB Variations
Color information
#60999E (or 0x60999E) is known color: Cadet Blue. HEX triplet: 60, 99 and 9E. RGB value is (96,153,158). Sum of RGB (Red+Green+Blue) = 96+153+158=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #60999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60999E is #9F6661. Grayscale: #888888. Windows color (decimal): -10446434 or 10393952. OLE color: 10393952.
HSL color Cylindrical-coordinate representation of color #60999E: hue angle of 184.84º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60999E is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 153 | 158 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.38 |
| HSL | 184.84º | 0.24% | 0.5% | - |
| HSV(B) | 184.84º | 0.39% | 0.62% | - |
| XYZ | 22.39 | 27.74 | 36.52 | - |
| YUV | 136.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 158 | 0.39 | 0.03 | 0 | 0.38 | 184.84 | 0.24 | 0.5 |
| Hex | 60 | 99 | 9E | 27 | 3 | 0 | 26 | B9 | 18 | 32 |
| Octal | 140 | 231 | 236 | 47 | 3 | 0 | 46 | 271 | 30 | 62 |
| Binary | 1100000 | 10011001 | 10011110 | 100111 | 11 | 0 | 100110 | 10111001 | 11000 | 110010 |
Color Harmonies of #60999E
Complementary color
Monochromatic Colors of #60999E
Black with #60999E
Text Example
Text Example
White with #60999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60999E; }
p { color: rgb(96,153,158); }
H1.HeaderClassName
{
color: #60999E;
}
.AnyTagClassName
{
color: #60999E;
}
</style>
background-color css
<style>
a { background-color: #60999E; }
a { background-color: rgb(96,153,158); }
div.DivClassName
{
background-color: #60999E;
}
.BgClassName
{
background-color: #60999E;
}
</style>
border-color css
<style>
span { border-color: #60999E; }
span { border-color: rgb(96,153,158); }
td.TdClassName
{
border-color: #60999E;
}
.TagClassName
{
border-color: #60999E;
}
</style>