Shades of Cadet Blue #609EA6
Tints of Cadet Blue #609EA6
RGB
CMYK
RGB Variations
Color information
#609EA6 (or 0x609EA6) is known color: Cadet Blue. HEX triplet: 60, 9E and A6. RGB value is (96,158,166). Sum of RGB (Red+Green+Blue) = 96+158+166=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 166 - color contains mainly: blue. Hex color #609EA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EA6 is #9F6159. Grayscale: #8C8C8C. Windows color (decimal): -10445146 or 10919520. OLE color: 10919520.
HSL color Cylindrical-coordinate representation of color #609EA6: hue angle of 186.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #609EA6 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 158 | 166 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.35 |
| HSL | 186.86º | 0.28% | 0.51% | - |
| HSV(B) | 186.86º | 0.42% | 0.65% | - |
| XYZ | 23.93 | 29.69 | 40.55 | - |
| YUV | 140.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 166 | 0.42 | 0.05 | 0 | 0.35 | 186.86 | 0.28 | 0.51 |
| Hex | 60 | 9E | A6 | 2A | 5 | 0 | 23 | BB | 1C | 33 |
| Octal | 140 | 236 | 246 | 52 | 5 | 0 | 43 | 273 | 34 | 63 |
| Binary | 1100000 | 10011110 | 10100110 | 101010 | 101 | 0 | 100011 | 10111011 | 11100 | 110011 |
Color Harmonies of #609EA6
Complementary color
Monochromatic Colors of #609EA6
Black with #609EA6
Text Example
Text Example
White with #609EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EA6; }
p { color: rgb(96,158,166); }
H1.HeaderClassName
{
color: #609EA6;
}
.AnyTagClassName
{
color: #609EA6;
}
</style>
background-color css
<style>
a { background-color: #609EA6; }
a { background-color: rgb(96,158,166); }
div.DivClassName
{
background-color: #609EA6;
}
.BgClassName
{
background-color: #609EA6;
}
</style>
border-color css
<style>
span { border-color: #609EA6; }
span { border-color: rgb(96,158,166); }
td.TdClassName
{
border-color: #609EA6;
}
.TagClassName
{
border-color: #609EA6;
}
</style>