Shades of Cadet Blue #619597
Tints of Cadet Blue #619597
RGB
CMYK
RGB Variations
Color information
#619597 (or 0x619597) is known color: Cadet Blue. HEX triplet: 61, 95 and 97. RGB value is (97,149,151). Sum of RGB (Red+Green+Blue) = 97+149+151=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #619597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619597 is #9E6A68. Grayscale: #858585. Windows color (decimal): -10381929 or 9934177. OLE color: 9934177.
HSL color Cylindrical-coordinate representation of color #619597: hue angle of 182.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619597 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 149 | 151 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.41 |
| HSL | 182.22º | 0.22% | 0.49% | - |
| HSV(B) | 182.22º | 0.36% | 0.59% | - |
| XYZ | 21.26 | 26.27 | 33.23 | - |
| YUV | 133.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 151 | 0.36 | 0.01 | 0 | 0.41 | 182.22 | 0.22 | 0.49 |
| Hex | 61 | 95 | 97 | 24 | 1 | 0 | 29 | B6 | 16 | 31 |
| Octal | 141 | 225 | 227 | 44 | 1 | 0 | 51 | 266 | 26 | 61 |
| Binary | 1100001 | 10010101 | 10010111 | 100100 | 1 | 0 | 101001 | 10110110 | 10110 | 110001 |
Color Harmonies of #619597
Complementary color
Monochromatic Colors of #619597
Black with #619597
Text Example
Text Example
White with #619597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619597; }
p { color: rgb(97,149,151); }
H1.HeaderClassName
{
color: #619597;
}
.AnyTagClassName
{
color: #619597;
}
</style>
background-color css
<style>
a { background-color: #619597; }
a { background-color: rgb(97,149,151); }
div.DivClassName
{
background-color: #619597;
}
.BgClassName
{
background-color: #619597;
}
</style>
border-color css
<style>
span { border-color: #619597; }
span { border-color: rgb(97,149,151); }
td.TdClassName
{
border-color: #619597;
}
.TagClassName
{
border-color: #619597;
}
</style>