Shades of Electric Indigo #6C0DFB
Tints of Electric Indigo #6C0DFB
RGB
CMYK
RGB Variations
Color information
#6C0DFB (or 0x6C0DFB) is known color: Electric Indigo. HEX triplet: 6C, 0D and FB. RGB value is (108,13,251). Sum of RGB (Red+Green+Blue) = 108+13+251=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C0DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0DFB is #93F204. Grayscale: #434343. Windows color (decimal): -9695749 or 16452972. OLE color: 16452972.
HSL color Cylindrical-coordinate representation of color #6C0DFB: hue angle of 263.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0DFB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 13 | 251 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.02 |
| HSL | 263.95º | 0.97% | 0.52% | - |
| HSV(B) | 263.95º | 0.95% | 0.98% | - |
| XYZ | 23.74 | 10.44 | 92.03 | - |
| YUV | 68.54 | 230.97 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 251 | 0.57 | 0.95 | 0 | 0.02 | 263.95 | 0.97 | 0.52 |
| Hex | 6C | D | FB | 39 | 5F | 0 | 2 | 108 | 61 | 34 |
| Octal | 154 | 15 | 373 | 71 | 137 | 0 | 2 | 410 | 141 | 64 |
| Binary | 1101100 | 1101 | 11111011 | 111001 | 1011111 | 0 | 10 | 100001000 | 1100001 | 110100 |
Color Harmonies of #6C0DFB
Complementary color
Monochromatic Colors of #6C0DFB
Black with #6C0DFB
Text Example
Text Example
White with #6C0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0DFB; }
p { color: rgb(108,13,251); }
H1.HeaderClassName
{
color: #6C0DFB;
}
.AnyTagClassName
{
color: #6C0DFB;
}
</style>
background-color css
<style>
a { background-color: #6C0DFB; }
a { background-color: rgb(108,13,251); }
div.DivClassName
{
background-color: #6C0DFB;
}
.BgClassName
{
background-color: #6C0DFB;
}
</style>
border-color css
<style>
span { border-color: #6C0DFB; }
span { border-color: rgb(108,13,251); }
td.TdClassName
{
border-color: #6C0DFB;
}
.TagClassName
{
border-color: #6C0DFB;
}
</style>