Shades of Cadet Blue #649E97
Tints of Cadet Blue #649E97
RGB
CMYK
RGB Variations
Color information
#649E97 (or 0x649E97) is known color: Cadet Blue. HEX triplet: 64, 9E and 97. RGB value is (100,158,151). Sum of RGB (Red+Green+Blue) = 100+158+151=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #649E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E97 is #9B6168. Grayscale: #8B8B8B. Windows color (decimal): -10183017 or 9936484. OLE color: 9936484.
HSL color Cylindrical-coordinate representation of color #649E97: hue angle of 172.76º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E97 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 151 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.38 |
| HSL | 172.76º | 0.23% | 0.51% | - |
| HSV(B) | 172.76º | 0.37% | 0.62% | - |
| XYZ | 23.07 | 29.4 | 33.74 | - |
| YUV | 139.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 151 | 0.37 | 0 | 0.04 | 0.38 | 172.76 | 0.23 | 0.51 |
| Hex | 64 | 9E | 97 | 25 | 0 | 4 | 26 | AD | 17 | 33 |
| Octal | 144 | 236 | 227 | 45 | 0 | 4 | 46 | 255 | 27 | 63 |
| Binary | 1100100 | 10011110 | 10010111 | 100101 | 0 | 100 | 100110 | 10101101 | 10111 | 110011 |
Color Harmonies of #649E97
Complementary color
Monochromatic Colors of #649E97
Black with #649E97
Text Example
Text Example
White with #649E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E97; }
p { color: rgb(100,158,151); }
H1.HeaderClassName
{
color: #649E97;
}
.AnyTagClassName
{
color: #649E97;
}
</style>
background-color css
<style>
a { background-color: #649E97; }
a { background-color: rgb(100,158,151); }
div.DivClassName
{
background-color: #649E97;
}
.BgClassName
{
background-color: #649E97;
}
</style>
border-color css
<style>
span { border-color: #649E97; }
span { border-color: rgb(100,158,151); }
td.TdClassName
{
border-color: #649E97;
}
.TagClassName
{
border-color: #649E97;
}
</style>