Shades of Indigo #64068A
Tints of Indigo #64068A
RGB
CMYK
RGB Variations
Color information
#64068A (or 0x64068A) is known color: Indigo. HEX triplet: 64, 06 and 8A. RGB value is (100,6,138). Sum of RGB (Red+Green+Blue) = 100+6+138=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #64068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64068A is #9BF975. Grayscale: #303030. Windows color (decimal): -10221942 or 9045604. OLE color: 9045604.
HSL color Cylindrical-coordinate representation of color #64068A: hue angle of 282.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64068A is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 6 | 138 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.46 |
| HSL | 282.73º | 0.92% | 0.28% | - |
| HSV(B) | 282.73º | 0.96% | 0.54% | - |
| XYZ | 9.91 | 4.67 | 24.42 | - |
| YUV | 49.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 138 | 0.28 | 0.96 | 0 | 0.46 | 282.73 | 0.92 | 0.28 |
| Hex | 64 | 6 | 8A | 1C | 60 | 0 | 2E | 11B | 5C | 1C |
| Octal | 144 | 6 | 212 | 34 | 140 | 0 | 56 | 433 | 134 | 34 |
| Binary | 1100100 | 110 | 10001010 | 11100 | 1100000 | 0 | 101110 | 100011011 | 1011100 | 11100 |
Color Harmonies of #64068A
Complementary color
Monochromatic Colors of #64068A
Black with #64068A
Text Example
Text Example
White with #64068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64068A; }
p { color: rgb(100,6,138); }
H1.HeaderClassName
{
color: #64068A;
}
.AnyTagClassName
{
color: #64068A;
}
</style>
background-color css
<style>
a { background-color: #64068A; }
a { background-color: rgb(100,6,138); }
div.DivClassName
{
background-color: #64068A;
}
.BgClassName
{
background-color: #64068A;
}
</style>
border-color css
<style>
span { border-color: #64068A; }
span { border-color: rgb(100,6,138); }
td.TdClassName
{
border-color: #64068A;
}
.TagClassName
{
border-color: #64068A;
}
</style>