Shades of Cadet Blue #619995
Tints of Cadet Blue #619995
RGB
CMYK
RGB Variations
Color information
#619995 (or 0x619995) is known color: Cadet Blue. HEX triplet: 61, 99 and 95. RGB value is (97,153,149). Sum of RGB (Red+Green+Blue) = 97+153+149=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #619995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619995 is #9E666A. Grayscale: #878787. Windows color (decimal): -10380907 or 9804129. OLE color: 9804129.
HSL color Cylindrical-coordinate representation of color #619995: hue angle of 175.71º 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 #619995 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 149 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.4 |
| HSL | 175.71º | 0.22% | 0.49% | - |
| HSV(B) | 175.71º | 0.37% | 0.6% | - |
| XYZ | 21.75 | 27.49 | 32.59 | - |
| YUV | 135.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 149 | 0.37 | 0 | 0.03 | 0.4 | 175.71 | 0.22 | 0.49 |
| Hex | 61 | 99 | 95 | 25 | 0 | 3 | 28 | B0 | 16 | 31 |
| Octal | 141 | 231 | 225 | 45 | 0 | 3 | 50 | 260 | 26 | 61 |
| Binary | 1100001 | 10011001 | 10010101 | 100101 | 0 | 11 | 101000 | 10110000 | 10110 | 110001 |
Color Harmonies of #619995
Complementary color
Monochromatic Colors of #619995
Black with #619995
Text Example
Text Example
White with #619995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619995; }
p { color: rgb(97,153,149); }
H1.HeaderClassName
{
color: #619995;
}
.AnyTagClassName
{
color: #619995;
}
</style>
background-color css
<style>
a { background-color: #619995; }
a { background-color: rgb(97,153,149); }
div.DivClassName
{
background-color: #619995;
}
.BgClassName
{
background-color: #619995;
}
</style>
border-color css
<style>
span { border-color: #619995; }
span { border-color: rgb(97,153,149); }
td.TdClassName
{
border-color: #619995;
}
.TagClassName
{
border-color: #619995;
}
</style>