Shades of Cadet Blue #609EA5
Tints of Cadet Blue #609EA5
RGB
CMYK
RGB Variations
Color information
#609EA5 (or 0x609EA5) is known color: Cadet Blue. HEX triplet: 60, 9E and A5. RGB value is (96,158,165). Sum of RGB (Red+Green+Blue) = 96+158+165=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 165 - color contains mainly: blue. Hex color #609EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EA5 is #9F615A. Grayscale: #8C8C8C. Windows color (decimal): -10445147 or 10853984. OLE color: 10853984.
HSL color Cylindrical-coordinate representation of color #609EA5: hue angle of 186.09º 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 #609EA5 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 158 | 165 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.35 |
| HSL | 186.09º | 0.28% | 0.51% | - |
| HSV(B) | 186.09º | 0.42% | 0.65% | - |
| XYZ | 23.84 | 29.66 | 40.07 | - |
| YUV | 140.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 165 | 0.42 | 0.04 | 0 | 0.35 | 186.09 | 0.28 | 0.51 |
| Hex | 60 | 9E | A5 | 2A | 4 | 0 | 23 | BA | 1C | 33 |
| Octal | 140 | 236 | 245 | 52 | 4 | 0 | 43 | 272 | 34 | 63 |
| Binary | 1100000 | 10011110 | 10100101 | 101010 | 100 | 0 | 100011 | 10111010 | 11100 | 110011 |
Color Harmonies of #609EA5
Complementary color
Monochromatic Colors of #609EA5
Black with #609EA5
Text Example
Text Example
White with #609EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EA5; }
p { color: rgb(96,158,165); }
H1.HeaderClassName
{
color: #609EA5;
}
.AnyTagClassName
{
color: #609EA5;
}
</style>
background-color css
<style>
a { background-color: #609EA5; }
a { background-color: rgb(96,158,165); }
div.DivClassName
{
background-color: #609EA5;
}
.BgClassName
{
background-color: #609EA5;
}
</style>
border-color css
<style>
span { border-color: #609EA5; }
span { border-color: rgb(96,158,165); }
td.TdClassName
{
border-color: #609EA5;
}
.TagClassName
{
border-color: #609EA5;
}
</style>