Shades of Electric Indigo #6B0BFD
Tints of Electric Indigo #6B0BFD
RGB
CMYK
RGB Variations
Color information
#6B0BFD (or 0x6B0BFD) is known color: Electric Indigo. HEX triplet: 6B, 0B and FD. RGB value is (107,11,253). Sum of RGB (Red+Green+Blue) = 107+11+253=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B0BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0BFD is #94F402. Grayscale: #424242. Windows color (decimal): -9761795 or 16583531. OLE color: 16583531.
HSL color Cylindrical-coordinate representation of color #6B0BFD: hue angle of 263.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0BFD is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 11 | 253 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.01 |
| HSL | 263.8º | 0.98% | 0.52% | - |
| HSV(B) | 263.8º | 0.96% | 0.99% | - |
| XYZ | 23.91 | 10.46 | 93.69 | - |
| YUV | 67.29 | 232.8 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 253 | 0.58 | 0.96 | 0 | 0.01 | 263.8 | 0.98 | 0.52 |
| Hex | 6B | B | FD | 3A | 60 | 0 | 1 | 108 | 62 | 34 |
| Octal | 153 | 13 | 375 | 72 | 140 | 0 | 1 | 410 | 142 | 64 |
| Binary | 1101011 | 1011 | 11111101 | 111010 | 1100000 | 0 | 1 | 100001000 | 1100010 | 110100 |
Color Harmonies of #6B0BFD
Complementary color
Monochromatic Colors of #6B0BFD
Black with #6B0BFD
Text Example
Text Example
White with #6B0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BFD; }
p { color: rgb(107,11,253); }
H1.HeaderClassName
{
color: #6B0BFD;
}
.AnyTagClassName
{
color: #6B0BFD;
}
</style>
background-color css
<style>
a { background-color: #6B0BFD; }
a { background-color: rgb(107,11,253); }
div.DivClassName
{
background-color: #6B0BFD;
}
.BgClassName
{
background-color: #6B0BFD;
}
</style>
border-color css
<style>
span { border-color: #6B0BFD; }
span { border-color: rgb(107,11,253); }
td.TdClassName
{
border-color: #6B0BFD;
}
.TagClassName
{
border-color: #6B0BFD;
}
</style>