Shades of Cadet Blue #609EA4
Tints of Cadet Blue #609EA4
RGB
CMYK
RGB Variations
Color information
#609EA4 (or 0x609EA4) is known color: Cadet Blue. HEX triplet: 60, 9E and A4. RGB value is (96,158,164). Sum of RGB (Red+Green+Blue) = 96+158+164=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #609EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609EA4 is #9F615B. Grayscale: #8C8C8C. Windows color (decimal): -10445148 or 10788448. OLE color: 10788448.
HSL color Cylindrical-coordinate representation of color #609EA4: hue angle of 185.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #609EA4 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 158 | 164 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.36 |
| HSL | 185.29º | 0.27% | 0.51% | - |
| HSV(B) | 185.29º | 0.41% | 0.64% | - |
| XYZ | 23.75 | 29.62 | 39.59 | - |
| YUV | 140.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 164 | 0.41 | 0.04 | 0 | 0.36 | 185.29 | 0.27 | 0.51 |
| Hex | 60 | 9E | A4 | 29 | 4 | 0 | 24 | B9 | 1B | 33 |
| Octal | 140 | 236 | 244 | 51 | 4 | 0 | 44 | 271 | 33 | 63 |
| Binary | 1100000 | 10011110 | 10100100 | 101001 | 100 | 0 | 100100 | 10111001 | 11011 | 110011 |
Color Harmonies of #609EA4
Complementary color
Monochromatic Colors of #609EA4
Black with #609EA4
Text Example
Text Example
White with #609EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609EA4; }
p { color: rgb(96,158,164); }
H1.HeaderClassName
{
color: #609EA4;
}
.AnyTagClassName
{
color: #609EA4;
}
</style>
background-color css
<style>
a { background-color: #609EA4; }
a { background-color: rgb(96,158,164); }
div.DivClassName
{
background-color: #609EA4;
}
.BgClassName
{
background-color: #609EA4;
}
</style>
border-color css
<style>
span { border-color: #609EA4; }
span { border-color: rgb(96,158,164); }
td.TdClassName
{
border-color: #609EA4;
}
.TagClassName
{
border-color: #609EA4;
}
</style>