Shades of Electric Indigo #6B0CFB
Tints of Electric Indigo #6B0CFB
RGB
CMYK
RGB Variations
Color information
#6B0CFB (or 0x6B0CFB) is known color: Electric Indigo. HEX triplet: 6B, 0C and FB. RGB value is (107,12,251). Sum of RGB (Red+Green+Blue) = 107+12+251=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B0CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0CFB is #94F304. Grayscale: #424242. Windows color (decimal): -9761541 or 16452715. OLE color: 16452715.
HSL color Cylindrical-coordinate representation of color #6B0CFB: hue angle of 263.85º 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 #6B0CFB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 12 | 251 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.02 |
| HSL | 263.85º | 0.97% | 0.52% | - |
| HSV(B) | 263.85º | 0.95% | 0.98% | - |
| XYZ | 23.61 | 10.35 | 92.02 | - |
| YUV | 67.65 | 231.47 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 251 | 0.57 | 0.95 | 0 | 0.02 | 263.85 | 0.97 | 0.52 |
| Hex | 6B | C | FB | 39 | 5F | 0 | 2 | 108 | 61 | 34 |
| Octal | 153 | 14 | 373 | 71 | 137 | 0 | 2 | 410 | 141 | 64 |
| Binary | 1101011 | 1100 | 11111011 | 111001 | 1011111 | 0 | 10 | 100001000 | 1100001 | 110100 |
Color Harmonies of #6B0CFB
Complementary color
Monochromatic Colors of #6B0CFB
Black with #6B0CFB
Text Example
Text Example
White with #6B0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0CFB; }
p { color: rgb(107,12,251); }
H1.HeaderClassName
{
color: #6B0CFB;
}
.AnyTagClassName
{
color: #6B0CFB;
}
</style>
background-color css
<style>
a { background-color: #6B0CFB; }
a { background-color: rgb(107,12,251); }
div.DivClassName
{
background-color: #6B0CFB;
}
.BgClassName
{
background-color: #6B0CFB;
}
</style>
border-color css
<style>
span { border-color: #6B0CFB; }
span { border-color: rgb(107,12,251); }
td.TdClassName
{
border-color: #6B0CFB;
}
.TagClassName
{
border-color: #6B0CFB;
}
</style>