Shades of Cadet Blue #609C9A
Tints of Cadet Blue #609C9A
RGB
CMYK
RGB Variations
Color information
#609C9A (or 0x609C9A) is known color: Cadet Blue. HEX triplet: 60, 9C and 9A. RGB value is (96,156,154). Sum of RGB (Red+Green+Blue) = 96+156+154=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #609C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C9A is #9F6365. Grayscale: #898989. Windows color (decimal): -10445670 or 10132576. OLE color: 10132576.
HSL color Cylindrical-coordinate representation of color #609C9A: hue angle of 178º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609C9A is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 154 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.39 |
| HSL | 178º | 0.24% | 0.49% | - |
| HSV(B) | 178º | 0.38% | 0.61% | - |
| XYZ | 22.55 | 28.6 | 34.9 | - |
| YUV | 137.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 154 | 0.38 | 0 | 0.01 | 0.39 | 178 | 0.24 | 0.49 |
| Hex | 60 | 9C | 9A | 26 | 0 | 1 | 27 | B2 | 18 | 31 |
| Octal | 140 | 234 | 232 | 46 | 0 | 1 | 47 | 262 | 30 | 61 |
| Binary | 1100000 | 10011100 | 10011010 | 100110 | 0 | 1 | 100111 | 10110010 | 11000 | 110001 |
Color Harmonies of #609C9A
Complementary color
Monochromatic Colors of #609C9A
Black with #609C9A
Text Example
Text Example
White with #609C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C9A; }
p { color: rgb(96,156,154); }
H1.HeaderClassName
{
color: #609C9A;
}
.AnyTagClassName
{
color: #609C9A;
}
</style>
background-color css
<style>
a { background-color: #609C9A; }
a { background-color: rgb(96,156,154); }
div.DivClassName
{
background-color: #609C9A;
}
.BgClassName
{
background-color: #609C9A;
}
</style>
border-color css
<style>
span { border-color: #609C9A; }
span { border-color: rgb(96,156,154); }
td.TdClassName
{
border-color: #609C9A;
}
.TagClassName
{
border-color: #609C9A;
}
</style>