Shades of Indigo #64068C
Tints of Indigo #64068C
RGB
CMYK
RGB Variations
Color information
#64068C (or 0x64068C) is known color: Indigo. HEX triplet: 64, 06 and 8C. RGB value is (100,6,140). Sum of RGB (Red+Green+Blue) = 100+6+140=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #64068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64068C is #9BF973. Grayscale: #303030. Windows color (decimal): -10221940 or 9176676. OLE color: 9176676.
HSL color Cylindrical-coordinate representation of color #64068C: hue angle of 282.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64068C is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 6 | 140 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.45 |
| HSL | 282.09º | 0.92% | 0.29% | - |
| HSV(B) | 282.09º | 0.96% | 0.55% | - |
| XYZ | 10.05 | 4.73 | 25.19 | - |
| YUV | 49.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 140 | 0.29 | 0.96 | 0 | 0.45 | 282.09 | 0.92 | 0.29 |
| Hex | 64 | 6 | 8C | 1D | 60 | 0 | 2D | 11A | 5C | 1D |
| Octal | 144 | 6 | 214 | 35 | 140 | 0 | 55 | 432 | 134 | 35 |
| Binary | 1100100 | 110 | 10001100 | 11101 | 1100000 | 0 | 101101 | 100011010 | 1011100 | 11101 |
Color Harmonies of #64068C
Complementary color
Monochromatic Colors of #64068C
Black with #64068C
Text Example
Text Example
White with #64068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64068C; }
p { color: rgb(100,6,140); }
H1.HeaderClassName
{
color: #64068C;
}
.AnyTagClassName
{
color: #64068C;
}
</style>
background-color css
<style>
a { background-color: #64068C; }
a { background-color: rgb(100,6,140); }
div.DivClassName
{
background-color: #64068C;
}
.BgClassName
{
background-color: #64068C;
}
</style>
border-color css
<style>
span { border-color: #64068C; }
span { border-color: rgb(100,6,140); }
td.TdClassName
{
border-color: #64068C;
}
.TagClassName
{
border-color: #64068C;
}
</style>