Shades of Cadet Blue #609C94
Tints of Cadet Blue #609C94
RGB
CMYK
RGB Variations
Color information
#609C94 (or 0x609C94) is known color: Cadet Blue. HEX triplet: 60, 9C and 94. RGB value is (96,156,148). Sum of RGB (Red+Green+Blue) = 96+156+148=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #609C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C94 is #9F636B. Grayscale: #898989. Windows color (decimal): -10445676 or 9739360. OLE color: 9739360.
HSL color Cylindrical-coordinate representation of color #609C94: hue angle of 172º 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 #609C94 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 148 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.39 |
| HSL | 172º | 0.24% | 0.49% | - |
| HSV(B) | 172º | 0.38% | 0.61% | - |
| XYZ | 22.06 | 28.4 | 32.34 | - |
| YUV | 137.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 148 | 0.38 | 0 | 0.05 | 0.39 | 172 | 0.24 | 0.49 |
| Hex | 60 | 9C | 94 | 26 | 0 | 5 | 27 | AC | 18 | 31 |
| Octal | 140 | 234 | 224 | 46 | 0 | 5 | 47 | 254 | 30 | 61 |
| Binary | 1100000 | 10011100 | 10010100 | 100110 | 0 | 101 | 100111 | 10101100 | 11000 | 110001 |
Color Harmonies of #609C94
Complementary color
Monochromatic Colors of #609C94
Black with #609C94
Text Example
Text Example
White with #609C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C94; }
p { color: rgb(96,156,148); }
H1.HeaderClassName
{
color: #609C94;
}
.AnyTagClassName
{
color: #609C94;
}
</style>
background-color css
<style>
a { background-color: #609C94; }
a { background-color: rgb(96,156,148); }
div.DivClassName
{
background-color: #609C94;
}
.BgClassName
{
background-color: #609C94;
}
</style>
border-color css
<style>
span { border-color: #609C94; }
span { border-color: rgb(96,156,148); }
td.TdClassName
{
border-color: #609C94;
}
.TagClassName
{
border-color: #609C94;
}
</style>