Shades of Cadet Blue #61959F
Tints of Cadet Blue #61959F
RGB
CMYK
RGB Variations
Color information
#61959F (or 0x61959F) is known color: Cadet Blue. HEX triplet: 61, 95 and 9F. RGB value is (97,149,159). Sum of RGB (Red+Green+Blue) = 97+149+159=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #61959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61959F is #9E6A60. Grayscale: #868686. Windows color (decimal): -10381921 or 10458465. OLE color: 10458465.
HSL color Cylindrical-coordinate representation of color #61959F: hue angle of 189.68º 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 #61959F is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 149 | 159 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.38 |
| HSL | 189.68º | 0.24% | 0.5% | - |
| HSV(B) | 189.68º | 0.39% | 0.62% | - |
| XYZ | 21.94 | 26.54 | 36.77 | - |
| YUV | 134.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 159 | 0.39 | 0.06 | 0 | 0.38 | 189.68 | 0.24 | 0.5 |
| Hex | 61 | 95 | 9F | 27 | 6 | 0 | 26 | BE | 18 | 32 |
| Octal | 141 | 225 | 237 | 47 | 6 | 0 | 46 | 276 | 30 | 62 |
| Binary | 1100001 | 10010101 | 10011111 | 100111 | 110 | 0 | 100110 | 10111110 | 11000 | 110010 |
Color Harmonies of #61959F
Complementary color
Monochromatic Colors of #61959F
Black with #61959F
Text Example
Text Example
White with #61959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61959F; }
p { color: rgb(97,149,159); }
H1.HeaderClassName
{
color: #61959F;
}
.AnyTagClassName
{
color: #61959F;
}
</style>
background-color css
<style>
a { background-color: #61959F; }
a { background-color: rgb(97,149,159); }
div.DivClassName
{
background-color: #61959F;
}
.BgClassName
{
background-color: #61959F;
}
</style>
border-color css
<style>
span { border-color: #61959F; }
span { border-color: rgb(97,149,159); }
td.TdClassName
{
border-color: #61959F;
}
.TagClassName
{
border-color: #61959F;
}
</style>