Shades of Cadet Blue #609A98
Tints of Cadet Blue #609A98
RGB
CMYK
RGB Variations
Color information
#609A98 (or 0x609A98) is known color: Cadet Blue. HEX triplet: 60, 9A and 98. RGB value is (96,154,152). Sum of RGB (Red+Green+Blue) = 96+154+152=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #609A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609A98 is #9F6567. Grayscale: #888888. Windows color (decimal): -10446184 or 10000992. OLE color: 10000992.
HSL color Cylindrical-coordinate representation of color #609A98: hue angle of 177.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609A98 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 154 | 152 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.40 |
| HSL | 177.93º | 0.23% | 0.49% | - |
| HSV(B) | 177.93º | 0.38% | 0.6% | - |
| XYZ | 22.05 | 27.87 | 33.92 | - |
| YUV | 136.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 154 | 152 | 0.38 | 0 | 0.01 | 0.40 | 177.93 | 0.23 | 0.49 |
| Hex | 60 | 9A | 98 | 26 | 0 | 1 | 28 | B2 | 17 | 31 |
| Octal | 140 | 232 | 230 | 46 | 0 | 1 | 50 | 262 | 27 | 61 |
| Binary | 1100000 | 10011010 | 10011000 | 100110 | 0 | 1 | 101000 | 10110010 | 10111 | 110001 |
Color Harmonies of #609A98
Complementary color
Monochromatic Colors of #609A98
Black with #609A98
Text Example
Text Example
White with #609A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609A98; }
p { color: rgb(96,154,152); }
H1.HeaderClassName
{
color: #609A98;
}
.AnyTagClassName
{
color: #609A98;
}
</style>
background-color css
<style>
a { background-color: #609A98; }
a { background-color: rgb(96,154,152); }
div.DivClassName
{
background-color: #609A98;
}
.BgClassName
{
background-color: #609A98;
}
</style>
border-color css
<style>
span { border-color: #609A98; }
span { border-color: rgb(96,154,152); }
td.TdClassName
{
border-color: #609A98;
}
.TagClassName
{
border-color: #609A98;
}
</style>