Shades of Electric Indigo #6D06FF
Tints of Electric Indigo #6D06FF
RGB
CMYK
RGB Variations
Color information
#6D06FF (or 0x6D06FF) is known color: Electric Indigo. HEX triplet: 6D, 06 and FF. RGB value is (109,6,255). Sum of RGB (Red+Green+Blue) = 109+6+255=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D06FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D06FF is #92F900. Grayscale: #404040. Windows color (decimal): -9632001 or 16713325. OLE color: 16713325.
HSL color Cylindrical-coordinate representation of color #6D06FF: hue angle of 264.82º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D06FF is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 6 | 255 | - |
| CMYK | 0.57 | 0.98 | 0 | 0 |
| HSL | 264.82º | 1% | 0.51% | - |
| HSV(B) | 264.82º | 0.98% | 1% | - |
| XYZ | 24.42 | 10.6 | 95.37 | - |
| YUV | 65.18 | 235.12 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 255 | 0.57 | 0.98 | 0 | 0 | 264.82 | 1 | 0.51 |
| Hex | 6D | 6 | FF | 39 | 62 | 0 | 0 | 109 | 64 | 33 |
| Octal | 155 | 6 | 377 | 71 | 142 | 0 | 0 | 411 | 144 | 63 |
| Binary | 1101101 | 110 | 11111111 | 111001 | 1100010 | 0 | 0 | 100001001 | 1100100 | 110011 |
Color Harmonies of #6D06FF
Complementary color
Monochromatic Colors of #6D06FF
Black with #6D06FF
Text Example
Text Example
White with #6D06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D06FF; }
p { color: rgb(109,6,255); }
H1.HeaderClassName
{
color: #6D06FF;
}
.AnyTagClassName
{
color: #6D06FF;
}
</style>
background-color css
<style>
a { background-color: #6D06FF; }
a { background-color: rgb(109,6,255); }
div.DivClassName
{
background-color: #6D06FF;
}
.BgClassName
{
background-color: #6D06FF;
}
</style>
border-color css
<style>
span { border-color: #6D06FF; }
span { border-color: rgb(109,6,255); }
td.TdClassName
{
border-color: #6D06FF;
}
.TagClassName
{
border-color: #6D06FF;
}
</style>