Shades of Cadet Blue #609F9C
Tints of Cadet Blue #609F9C
RGB
CMYK
RGB Variations
Color information
#609F9C (or 0x609F9C) is known color: Cadet Blue. HEX triplet: 60, 9F and 9C. RGB value is (96,159,156). Sum of RGB (Red+Green+Blue) = 96+159+156=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #609F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609F9C is #9F6063. Grayscale: #8B8B8B. Windows color (decimal): -10444900 or 10264416. OLE color: 10264416.
HSL color Cylindrical-coordinate representation of color #609F9C: hue angle of 177.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609F9C is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 156 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.38 |
| HSL | 177.14º | 0.25% | 0.5% | - |
| HSV(B) | 177.14º | 0.4% | 0.62% | - |
| XYZ | 23.22 | 29.68 | 35.96 | - |
| YUV | 139.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 156 | 0.40 | 0 | 0.02 | 0.38 | 177.14 | 0.25 | 0.5 |
| Hex | 60 | 9F | 9C | 28 | 0 | 2 | 26 | B1 | 19 | 32 |
| Octal | 140 | 237 | 234 | 50 | 0 | 2 | 46 | 261 | 31 | 62 |
| Binary | 1100000 | 10011111 | 10011100 | 101000 | 0 | 10 | 100110 | 10110001 | 11001 | 110010 |
Color Harmonies of #609F9C
Complementary color
Monochromatic Colors of #609F9C
Black with #609F9C
Text Example
Text Example
White with #609F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F9C; }
p { color: rgb(96,159,156); }
H1.HeaderClassName
{
color: #609F9C;
}
.AnyTagClassName
{
color: #609F9C;
}
</style>
background-color css
<style>
a { background-color: #609F9C; }
a { background-color: rgb(96,159,156); }
div.DivClassName
{
background-color: #609F9C;
}
.BgClassName
{
background-color: #609F9C;
}
</style>
border-color css
<style>
span { border-color: #609F9C; }
span { border-color: rgb(96,159,156); }
td.TdClassName
{
border-color: #609F9C;
}
.TagClassName
{
border-color: #609F9C;
}
</style>