Shades of Electric Indigo #6B0DFB
Tints of Electric Indigo #6B0DFB
RGB
CMYK
RGB Variations
Color information
#6B0DFB (or 0x6B0DFB) is known color: Electric Indigo. HEX triplet: 6B, 0D and FB. RGB value is (107,13,251). Sum of RGB (Red+Green+Blue) = 107+13+251=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B0DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0DFB is #94F204. Grayscale: #434343. Windows color (decimal): -9761285 or 16452971. OLE color: 16452971.
HSL color Cylindrical-coordinate representation of color #6B0DFB: hue angle of 263.7º 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 #6B0DFB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 13 | 251 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.02 |
| HSL | 263.7º | 0.97% | 0.52% | - |
| HSV(B) | 263.7º | 0.95% | 0.98% | - |
| XYZ | 23.62 | 10.38 | 92.03 | - |
| YUV | 68.24 | 231.14 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 251 | 0.57 | 0.95 | 0 | 0.02 | 263.7 | 0.97 | 0.52 |
| Hex | 6B | D | FB | 39 | 5F | 0 | 2 | 108 | 61 | 34 |
| Octal | 153 | 15 | 373 | 71 | 137 | 0 | 2 | 410 | 141 | 64 |
| Binary | 1101011 | 1101 | 11111011 | 111001 | 1011111 | 0 | 10 | 100001000 | 1100001 | 110100 |
Color Harmonies of #6B0DFB
Complementary color
Monochromatic Colors of #6B0DFB
Black with #6B0DFB
Text Example
Text Example
White with #6B0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0DFB; }
p { color: rgb(107,13,251); }
H1.HeaderClassName
{
color: #6B0DFB;
}
.AnyTagClassName
{
color: #6B0DFB;
}
</style>
background-color css
<style>
a { background-color: #6B0DFB; }
a { background-color: rgb(107,13,251); }
div.DivClassName
{
background-color: #6B0DFB;
}
.BgClassName
{
background-color: #6B0DFB;
}
</style>
border-color css
<style>
span { border-color: #6B0DFB; }
span { border-color: rgb(107,13,251); }
td.TdClassName
{
border-color: #6B0DFB;
}
.TagClassName
{
border-color: #6B0DFB;
}
</style>