Shades of Indigo #640696
Tints of Indigo #640696
RGB
CMYK
RGB Variations
Color information
#640696 (or 0x640696) is known color: Indigo. HEX triplet: 64, 06 and 96. RGB value is (100,6,150). Sum of RGB (Red+Green+Blue) = 100+6+150=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #640696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640696 is #9BF969. Grayscale: #323232. Windows color (decimal): -10221930 or 9832036. OLE color: 9832036.
HSL color Cylindrical-coordinate representation of color #640696: hue angle of 279.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640696 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 6 | 150 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.41 |
| HSL | 279.17º | 0.92% | 0.31% | - |
| HSV(B) | 279.17º | 0.96% | 0.59% | - |
| XYZ | 10.83 | 5.04 | 29.26 | - |
| YUV | 50.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 150 | 0.33 | 0.96 | 0 | 0.41 | 279.17 | 0.92 | 0.31 |
| Hex | 64 | 6 | 96 | 21 | 60 | 0 | 29 | 117 | 5C | 1F |
| Octal | 144 | 6 | 226 | 41 | 140 | 0 | 51 | 427 | 134 | 37 |
| Binary | 1100100 | 110 | 10010110 | 100001 | 1100000 | 0 | 101001 | 100010111 | 1011100 | 11111 |
Color Harmonies of #640696
Complementary color
Monochromatic Colors of #640696
Black with #640696
Text Example
Text Example
White with #640696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640696; }
p { color: rgb(100,6,150); }
H1.HeaderClassName
{
color: #640696;
}
.AnyTagClassName
{
color: #640696;
}
</style>
background-color css
<style>
a { background-color: #640696; }
a { background-color: rgb(100,6,150); }
div.DivClassName
{
background-color: #640696;
}
.BgClassName
{
background-color: #640696;
}
</style>
border-color css
<style>
span { border-color: #640696; }
span { border-color: rgb(100,6,150); }
td.TdClassName
{
border-color: #640696;
}
.TagClassName
{
border-color: #640696;
}
</style>