Shades of Electric Indigo #6D08FF
Tints of Electric Indigo #6D08FF
RGB
CMYK
RGB Variations
Color information
#6D08FF (or 0x6D08FF) is known color: Electric Indigo. HEX triplet: 6D, 08 and FF. RGB value is (109,8,255). Sum of RGB (Red+Green+Blue) = 109+8+255=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D08FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D08FF is #92F700. Grayscale: #414141. Windows color (decimal): -9631489 or 16713837. OLE color: 16713837.
HSL color Cylindrical-coordinate representation of color #6D08FF: hue angle of 264.53º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D08FF is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 8 | 255 | - |
| CMYK | 0.57 | 0.97 | 0 | 0 |
| HSL | 264.53º | 1% | 0.52% | - |
| HSV(B) | 264.53º | 0.97% | 1% | - |
| XYZ | 24.44 | 10.64 | 95.37 | - |
| YUV | 66.36 | 234.46 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 255 | 0.57 | 0.97 | 0 | 0 | 264.53 | 1 | 0.52 |
| Hex | 6D | 8 | FF | 39 | 61 | 0 | 0 | 109 | 64 | 34 |
| Octal | 155 | 10 | 377 | 71 | 141 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1101101 | 1000 | 11111111 | 111001 | 1100001 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #6D08FF
Complementary color
Monochromatic Colors of #6D08FF
Black with #6D08FF
Text Example
Text Example
White with #6D08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D08FF; }
p { color: rgb(109,8,255); }
H1.HeaderClassName
{
color: #6D08FF;
}
.AnyTagClassName
{
color: #6D08FF;
}
</style>
background-color css
<style>
a { background-color: #6D08FF; }
a { background-color: rgb(109,8,255); }
div.DivClassName
{
background-color: #6D08FF;
}
.BgClassName
{
background-color: #6D08FF;
}
</style>
border-color css
<style>
span { border-color: #6D08FF; }
span { border-color: rgb(109,8,255); }
td.TdClassName
{
border-color: #6D08FF;
}
.TagClassName
{
border-color: #6D08FF;
}
</style>