Shades of Cadet Blue #61999F
Tints of Cadet Blue #61999F
RGB
CMYK
RGB Variations
Color information
#61999F (or 0x61999F) is known color: Cadet Blue. HEX triplet: 61, 99 and 9F. RGB value is (97,153,159). Sum of RGB (Red+Green+Blue) = 97+153+159=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 159 - color contains mainly: blue. Hex color #61999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61999F is #9E6660. Grayscale: #888888. Windows color (decimal): -10380897 or 10459489. OLE color: 10459489.
HSL color Cylindrical-coordinate representation of color #61999F: hue angle of 185.81º 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 #61999F is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 153 | 159 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.38 |
| HSL | 185.81º | 0.24% | 0.5% | - |
| HSV(B) | 185.81º | 0.39% | 0.62% | - |
| XYZ | 22.58 | 27.83 | 36.98 | - |
| YUV | 136.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 159 | 0.39 | 0.04 | 0 | 0.38 | 185.81 | 0.24 | 0.5 |
| Hex | 61 | 99 | 9F | 27 | 4 | 0 | 26 | BA | 18 | 32 |
| Octal | 141 | 231 | 237 | 47 | 4 | 0 | 46 | 272 | 30 | 62 |
| Binary | 1100001 | 10011001 | 10011111 | 100111 | 100 | 0 | 100110 | 10111010 | 11000 | 110010 |
Color Harmonies of #61999F
Complementary color
Monochromatic Colors of #61999F
Black with #61999F
Text Example
Text Example
White with #61999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61999F; }
p { color: rgb(97,153,159); }
H1.HeaderClassName
{
color: #61999F;
}
.AnyTagClassName
{
color: #61999F;
}
</style>
background-color css
<style>
a { background-color: #61999F; }
a { background-color: rgb(97,153,159); }
div.DivClassName
{
background-color: #61999F;
}
.BgClassName
{
background-color: #61999F;
}
</style>
border-color css
<style>
span { border-color: #61999F; }
span { border-color: rgb(97,153,159); }
td.TdClassName
{
border-color: #61999F;
}
.TagClassName
{
border-color: #61999F;
}
</style>