Shades of Indigo #64068B
Tints of Indigo #64068B
RGB
CMYK
RGB Variations
Color information
#64068B (or 0x64068B) is known color: Indigo. HEX triplet: 64, 06 and 8B. RGB value is (100,6,139). Sum of RGB (Red+Green+Blue) = 100+6+139=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #64068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64068B is #9BF974. Grayscale: #303030. Windows color (decimal): -10221941 or 9111140. OLE color: 9111140.
HSL color Cylindrical-coordinate representation of color #64068B: hue angle of 282.41º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64068B is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 6 | 139 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.45 |
| HSL | 282.41º | 0.92% | 0.28% | - |
| HSV(B) | 282.41º | 0.96% | 0.55% | - |
| XYZ | 9.98 | 4.7 | 24.81 | - |
| YUV | 49.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 139 | 0.28 | 0.96 | 0 | 0.45 | 282.41 | 0.92 | 0.28 |
| Hex | 64 | 6 | 8B | 1C | 60 | 0 | 2D | 11A | 5C | 1C |
| Octal | 144 | 6 | 213 | 34 | 140 | 0 | 55 | 432 | 134 | 34 |
| Binary | 1100100 | 110 | 10001011 | 11100 | 1100000 | 0 | 101101 | 100011010 | 1011100 | 11100 |
Color Harmonies of #64068B
Complementary color
Monochromatic Colors of #64068B
Black with #64068B
Text Example
Text Example
White with #64068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64068B; }
p { color: rgb(100,6,139); }
H1.HeaderClassName
{
color: #64068B;
}
.AnyTagClassName
{
color: #64068B;
}
</style>
background-color css
<style>
a { background-color: #64068B; }
a { background-color: rgb(100,6,139); }
div.DivClassName
{
background-color: #64068B;
}
.BgClassName
{
background-color: #64068B;
}
</style>
border-color css
<style>
span { border-color: #64068B; }
span { border-color: rgb(100,6,139); }
td.TdClassName
{
border-color: #64068B;
}
.TagClassName
{
border-color: #64068B;
}
</style>