Shades of Cadet Blue #60969E
Tints of Cadet Blue #60969E
RGB
CMYK
RGB Variations
Color information
#60969E (or 0x60969E) is known color: Cadet Blue. HEX triplet: 60, 96 and 9E. RGB value is (96,150,158). Sum of RGB (Red+Green+Blue) = 96+150+158=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #60969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60969E is #9F6961. Grayscale: #868686. Windows color (decimal): -10447202 or 10393184. OLE color: 10393184.
HSL color Cylindrical-coordinate representation of color #60969E: hue angle of 187.74º 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 #60969E is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 150 | 158 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.38 |
| HSL | 187.74º | 0.24% | 0.5% | - |
| HSV(B) | 187.74º | 0.39% | 0.62% | - |
| XYZ | 21.9 | 26.77 | 36.36 | - |
| YUV | 134.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 158 | 0.39 | 0.05 | 0 | 0.38 | 187.74 | 0.24 | 0.5 |
| Hex | 60 | 96 | 9E | 27 | 5 | 0 | 26 | BC | 18 | 32 |
| Octal | 140 | 226 | 236 | 47 | 5 | 0 | 46 | 274 | 30 | 62 |
| Binary | 1100000 | 10010110 | 10011110 | 100111 | 101 | 0 | 100110 | 10111100 | 11000 | 110010 |
Color Harmonies of #60969E
Complementary color
Monochromatic Colors of #60969E
Black with #60969E
Text Example
Text Example
White with #60969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60969E; }
p { color: rgb(96,150,158); }
H1.HeaderClassName
{
color: #60969E;
}
.AnyTagClassName
{
color: #60969E;
}
</style>
background-color css
<style>
a { background-color: #60969E; }
a { background-color: rgb(96,150,158); }
div.DivClassName
{
background-color: #60969E;
}
.BgClassName
{
background-color: #60969E;
}
</style>
border-color css
<style>
span { border-color: #60969E; }
span { border-color: rgb(96,150,158); }
td.TdClassName
{
border-color: #60969E;
}
.TagClassName
{
border-color: #60969E;
}
</style>