Shades of Cadet Blue #649494
Tints of Cadet Blue #649494
RGB
CMYK
RGB Variations
Color information
#649494 (or 0x649494) is known color: Cadet Blue. HEX triplet: 64, 94 and 94. RGB value is (100,148,148). Sum of RGB (Red+Green+Blue) = 100+148+148=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #649494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649494 is #9B6B6B. Grayscale: #858585. Windows color (decimal): -10185580 or 9737316. OLE color: 9737316.
HSL color Cylindrical-coordinate representation of color #649494: hue angle of 180º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649494 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 148 | - |
| CMYK | 0.32 | 0 | 0 | 0.42 |
| HSL | 180º | 0.19% | 0.49% | - |
| HSV(B) | 180º | 0.32% | 0.58% | - |
| XYZ | 21.19 | 26.03 | 31.92 | - |
| YUV | 133.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 148 | 0.32 | 0 | 0 | 0.42 | 180 | 0.19 | 0.49 |
| Hex | 64 | 94 | 94 | 20 | 0 | 0 | 2A | B4 | 13 | 31 |
| Octal | 144 | 224 | 224 | 40 | 0 | 0 | 52 | 264 | 23 | 61 |
| Binary | 1100100 | 10010100 | 10010100 | 100000 | 0 | 0 | 101010 | 10110100 | 10011 | 110001 |
Color Harmonies of #649494
Complementary color
Monochromatic Colors of #649494
Black with #649494
Text Example
Text Example
White with #649494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649494; }
p { color: rgb(100,148,148); }
H1.HeaderClassName
{
color: #649494;
}
.AnyTagClassName
{
color: #649494;
}
</style>
background-color css
<style>
a { background-color: #649494; }
a { background-color: rgb(100,148,148); }
div.DivClassName
{
background-color: #649494;
}
.BgClassName
{
background-color: #649494;
}
</style>
border-color css
<style>
span { border-color: #649494; }
span { border-color: rgb(100,148,148); }
td.TdClassName
{
border-color: #649494;
}
.TagClassName
{
border-color: #649494;
}
</style>