Shades of Cadet Blue #619599
Tints of Cadet Blue #619599
RGB
CMYK
RGB Variations
Color information
#619599 (or 0x619599) is known color: Cadet Blue. HEX triplet: 61, 95 and 99. RGB value is (97,149,153). Sum of RGB (Red+Green+Blue) = 97+149+153=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #619599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619599 is #9E6A66. Grayscale: #858585. Windows color (decimal): -10381927 or 10065249. OLE color: 10065249.
HSL color Cylindrical-coordinate representation of color #619599: hue angle of 184.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619599 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 149 | 153 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.4 |
| HSL | 184.29º | 0.22% | 0.49% | - |
| HSV(B) | 184.29º | 0.37% | 0.6% | - |
| XYZ | 21.43 | 26.34 | 34.09 | - |
| YUV | 133.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 153 | 0.37 | 0.03 | 0 | 0.4 | 184.29 | 0.22 | 0.49 |
| Hex | 61 | 95 | 99 | 25 | 3 | 0 | 28 | B8 | 16 | 31 |
| Octal | 141 | 225 | 231 | 45 | 3 | 0 | 50 | 270 | 26 | 61 |
| Binary | 1100001 | 10010101 | 10011001 | 100101 | 11 | 0 | 101000 | 10111000 | 10110 | 110001 |
Color Harmonies of #619599
Complementary color
Monochromatic Colors of #619599
Black with #619599
Text Example
Text Example
White with #619599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619599; }
p { color: rgb(97,149,153); }
H1.HeaderClassName
{
color: #619599;
}
.AnyTagClassName
{
color: #619599;
}
</style>
background-color css
<style>
a { background-color: #619599; }
a { background-color: rgb(97,149,153); }
div.DivClassName
{
background-color: #619599;
}
.BgClassName
{
background-color: #619599;
}
</style>
border-color css
<style>
span { border-color: #619599; }
span { border-color: rgb(97,149,153); }
td.TdClassName
{
border-color: #619599;
}
.TagClassName
{
border-color: #619599;
}
</style>