Shades of Cadet Blue #609CA0
Tints of Cadet Blue #609CA0
RGB
CMYK
RGB Variations
Color information
#609CA0 (or 0x609CA0) is known color: Cadet Blue. HEX triplet: 60, 9C and A0. RGB value is (96,156,160). Sum of RGB (Red+Green+Blue) = 96+156+160=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 160 - color contains mainly: blue. Hex color #609CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609CA0 is #9F635F. Grayscale: #8A8A8A. Windows color (decimal): -10445664 or 10525792. OLE color: 10525792.
HSL color Cylindrical-coordinate representation of color #609CA0: hue angle of 183.75º 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 #609CA0 is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 156 | 160 | - |
| CMYK | 0.4 | 0.02 | 0 | 0.37 |
| HSL | 183.75º | 0.25% | 0.5% | - |
| HSV(B) | 183.75º | 0.4% | 0.63% | - |
| XYZ | 23.06 | 28.8 | 37.6 | - |
| YUV | 138.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 160 | 0.4 | 0.02 | 0 | 0.37 | 183.75 | 0.25 | 0.5 |
| Hex | 60 | 9C | A0 | 28 | 2 | 0 | 25 | B8 | 19 | 32 |
| Octal | 140 | 234 | 240 | 50 | 2 | 0 | 45 | 270 | 31 | 62 |
| Binary | 1100000 | 10011100 | 10100000 | 101000 | 10 | 0 | 100101 | 10111000 | 11001 | 110010 |
Color Harmonies of #609CA0
Complementary color
Monochromatic Colors of #609CA0
Black with #609CA0
Text Example
Text Example
White with #609CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CA0; }
p { color: rgb(96,156,160); }
H1.HeaderClassName
{
color: #609CA0;
}
.AnyTagClassName
{
color: #609CA0;
}
</style>
background-color css
<style>
a { background-color: #609CA0; }
a { background-color: rgb(96,156,160); }
div.DivClassName
{
background-color: #609CA0;
}
.BgClassName
{
background-color: #609CA0;
}
</style>
border-color css
<style>
span { border-color: #609CA0; }
span { border-color: rgb(96,156,160); }
td.TdClassName
{
border-color: #609CA0;
}
.TagClassName
{
border-color: #609CA0;
}
</style>