Shades of Cadet Blue #649696
Tints of Cadet Blue #649696
RGB
CMYK
RGB Variations
Color information
#649696 (or 0x649696) is known color: Cadet Blue. HEX triplet: 64, 96 and 96. RGB value is (100,150,150). Sum of RGB (Red+Green+Blue) = 100+150+150=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #649696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649696 is #9B6969. Grayscale: #878787. Windows color (decimal): -10185066 or 9868900. OLE color: 9868900.
HSL color Cylindrical-coordinate representation of color #649696: 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.33%. Process color model (Four color, CMYK) of #649696 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 150 | - |
| CMYK | 0.33 | 0 | 0 | 0.41 |
| HSL | 180º | 0.2% | 0.49% | - |
| HSV(B) | 180º | 0.33% | 0.59% | - |
| XYZ | 21.67 | 26.72 | 32.87 | - |
| YUV | 135.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 150 | 0.33 | 0 | 0 | 0.41 | 180 | 0.2 | 0.49 |
| Hex | 64 | 96 | 96 | 21 | 0 | 0 | 29 | B4 | 14 | 31 |
| Octal | 144 | 226 | 226 | 41 | 0 | 0 | 51 | 264 | 24 | 61 |
| Binary | 1100100 | 10010110 | 10010110 | 100001 | 0 | 0 | 101001 | 10110100 | 10100 | 110001 |
Color Harmonies of #649696
Complementary color
Monochromatic Colors of #649696
Black with #649696
Text Example
Text Example
White with #649696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649696; }
p { color: rgb(100,150,150); }
H1.HeaderClassName
{
color: #649696;
}
.AnyTagClassName
{
color: #649696;
}
</style>
background-color css
<style>
a { background-color: #649696; }
a { background-color: rgb(100,150,150); }
div.DivClassName
{
background-color: #649696;
}
.BgClassName
{
background-color: #649696;
}
</style>
border-color css
<style>
span { border-color: #649696; }
span { border-color: rgb(100,150,150); }
td.TdClassName
{
border-color: #649696;
}
.TagClassName
{
border-color: #649696;
}
</style>