Shades of Cadet Blue #649797
Tints of Cadet Blue #649797
RGB
CMYK
RGB Variations
Color information
#649797 (or 0x649797) is known color: Cadet Blue. HEX triplet: 64, 97 and 97. RGB value is (100,151,151). Sum of RGB (Red+Green+Blue) = 100+151+151=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #649797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649797 is #9B6868. Grayscale: #878787. Windows color (decimal): -10184809 or 9934692. OLE color: 9934692.
HSL color Cylindrical-coordinate representation of color #649797: hue angle of 180º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649797 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 151 | - |
| CMYK | 0.34 | 0 | 0 | 0.41 |
| HSL | 180º | 0.2% | 0.49% | - |
| HSV(B) | 180º | 0.34% | 0.59% | - |
| XYZ | 21.91 | 27.08 | 33.35 | - |
| YUV | 135.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 151 | 0.34 | 0 | 0 | 0.41 | 180 | 0.2 | 0.49 |
| Hex | 64 | 97 | 97 | 22 | 0 | 0 | 29 | B4 | 14 | 31 |
| Octal | 144 | 227 | 227 | 42 | 0 | 0 | 51 | 264 | 24 | 61 |
| Binary | 1100100 | 10010111 | 10010111 | 100010 | 0 | 0 | 101001 | 10110100 | 10100 | 110001 |
Color Harmonies of #649797
Complementary color
Monochromatic Colors of #649797
Black with #649797
Text Example
Text Example
White with #649797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649797; }
p { color: rgb(100,151,151); }
H1.HeaderClassName
{
color: #649797;
}
.AnyTagClassName
{
color: #649797;
}
</style>
background-color css
<style>
a { background-color: #649797; }
a { background-color: rgb(100,151,151); }
div.DivClassName
{
background-color: #649797;
}
.BgClassName
{
background-color: #649797;
}
</style>
border-color css
<style>
span { border-color: #649797; }
span { border-color: rgb(100,151,151); }
td.TdClassName
{
border-color: #649797;
}
.TagClassName
{
border-color: #649797;
}
</style>