Shades of Cadet Blue #609EA0
Tints of Cadet Blue #609EA0
RGB
CMYK
RGB Variations
Color information
#609EA0 (or 0x609EA0) is known color: Cadet Blue. HEX triplet: 60, 9E and A0. RGB value is (96,158,160). Sum of RGB (Red+Green+Blue) = 96+158+160=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #609EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EA0 is #9F615F. Grayscale: #8B8B8B. Windows color (decimal): -10445152 or 10526304. OLE color: 10526304.
HSL color Cylindrical-coordinate representation of color #609EA0: hue angle of 181.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609EA0 is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 158 | 160 | - |
| CMYK | 0.4 | 0.01 | 0 | 0.37 |
| HSL | 181.88º | 0.25% | 0.5% | - |
| HSV(B) | 181.88º | 0.4% | 0.63% | - |
| XYZ | 23.4 | 29.48 | 37.71 | - |
| YUV | 139.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 160 | 0.4 | 0.01 | 0 | 0.37 | 181.88 | 0.25 | 0.5 |
| Hex | 60 | 9E | A0 | 28 | 1 | 0 | 25 | B6 | 19 | 32 |
| Octal | 140 | 236 | 240 | 50 | 1 | 0 | 45 | 266 | 31 | 62 |
| Binary | 1100000 | 10011110 | 10100000 | 101000 | 1 | 0 | 100101 | 10110110 | 11001 | 110010 |
Color Harmonies of #609EA0
Complementary color
Monochromatic Colors of #609EA0
Black with #609EA0
Text Example
Text Example
White with #609EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EA0; }
p { color: rgb(96,158,160); }
H1.HeaderClassName
{
color: #609EA0;
}
.AnyTagClassName
{
color: #609EA0;
}
</style>
background-color css
<style>
a { background-color: #609EA0; }
a { background-color: rgb(96,158,160); }
div.DivClassName
{
background-color: #609EA0;
}
.BgClassName
{
background-color: #609EA0;
}
</style>
border-color css
<style>
span { border-color: #609EA0; }
span { border-color: rgb(96,158,160); }
td.TdClassName
{
border-color: #609EA0;
}
.TagClassName
{
border-color: #609EA0;
}
</style>