Shades of Electric Indigo #6A06DF
Tints of Electric Indigo #6A06DF
RGB
CMYK
RGB Variations
Color information
#6A06DF (or 0x6A06DF) is known color: Electric Indigo. HEX triplet: 6A, 06 and DF. RGB value is (106,6,223). Sum of RGB (Red+Green+Blue) = 106+6+223=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A06DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A06DF is #95F920. Grayscale: #3B3B3B. Windows color (decimal): -9828641 or 14616170. OLE color: 14616170.
HSL color Cylindrical-coordinate representation of color #6A06DF: hue angle of 267.65º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A06DF is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 6 | 223 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.13 |
| HSL | 267.65º | 0.95% | 0.45% | - |
| HSV(B) | 267.65º | 0.97% | 0.87% | - |
| XYZ | 19.33 | 8.52 | 70.44 | - |
| YUV | 60.64 | 219.63 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 223 | 0.52 | 0.97 | 0 | 0.13 | 267.65 | 0.95 | 0.45 |
| Hex | 6A | 6 | DF | 34 | 61 | 0 | D | 10C | 5F | 2D |
| Octal | 152 | 6 | 337 | 64 | 141 | 0 | 15 | 414 | 137 | 55 |
| Binary | 1101010 | 110 | 11011111 | 110100 | 1100001 | 0 | 1101 | 100001100 | 1011111 | 101101 |
Color Harmonies of #6A06DF
Complementary color
Monochromatic Colors of #6A06DF
Black with #6A06DF
Text Example
Text Example
White with #6A06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A06DF; }
p { color: rgb(106,6,223); }
H1.HeaderClassName
{
color: #6A06DF;
}
.AnyTagClassName
{
color: #6A06DF;
}
</style>
background-color css
<style>
a { background-color: #6A06DF; }
a { background-color: rgb(106,6,223); }
div.DivClassName
{
background-color: #6A06DF;
}
.BgClassName
{
background-color: #6A06DF;
}
</style>
border-color css
<style>
span { border-color: #6A06DF; }
span { border-color: rgb(106,6,223); }
td.TdClassName
{
border-color: #6A06DF;
}
.TagClassName
{
border-color: #6A06DF;
}
</style>