Shades of Cadet Blue #609A9D
Tints of Cadet Blue #609A9D
RGB
CMYK
RGB Variations
Color information
#609A9D (or 0x609A9D) is known color: Cadet Blue. HEX triplet: 60, 9A and 9D. RGB value is (96,154,157). Sum of RGB (Red+Green+Blue) = 96+154+157=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #609A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609A9D is #9F6562. Grayscale: #888888. Windows color (decimal): -10446179 or 10328672. OLE color: 10328672.
HSL color Cylindrical-coordinate representation of color #609A9D: hue angle of 182.95º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609A9D is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 154 | 157 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.38 |
| HSL | 182.95º | 0.24% | 0.5% | - |
| HSV(B) | 182.95º | 0.39% | 0.62% | - |
| XYZ | 22.47 | 28.03 | 36.13 | - |
| YUV | 137 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 157 | 0.39 | 0.02 | 0 | 0.38 | 182.95 | 0.24 | 0.5 |
| Hex | 60 | 9A | 9D | 27 | 2 | 0 | 26 | B7 | 18 | 32 |
| Octal | 140 | 232 | 235 | 47 | 2 | 0 | 46 | 267 | 30 | 62 |
| Binary | 1100000 | 10011010 | 10011101 | 100111 | 10 | 0 | 100110 | 10110111 | 11000 | 110010 |
Color Harmonies of #609A9D
Complementary color
Monochromatic Colors of #609A9D
Black with #609A9D
Text Example
Text Example
White with #609A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609A9D; }
p { color: rgb(96,154,157); }
H1.HeaderClassName
{
color: #609A9D;
}
.AnyTagClassName
{
color: #609A9D;
}
</style>
background-color css
<style>
a { background-color: #609A9D; }
a { background-color: rgb(96,154,157); }
div.DivClassName
{
background-color: #609A9D;
}
.BgClassName
{
background-color: #609A9D;
}
</style>
border-color css
<style>
span { border-color: #609A9D; }
span { border-color: rgb(96,154,157); }
td.TdClassName
{
border-color: #609A9D;
}
.TagClassName
{
border-color: #609A9D;
}
</style>