Shades of Electric Indigo #6B03FF
Tints of Electric Indigo #6B03FF
RGB
CMYK
RGB Variations
Color information
#6B03FF (or 0x6B03FF) is known color: Electric Indigo. HEX triplet: 6B, 03 and FF. RGB value is (107,3,255). Sum of RGB (Red+Green+Blue) = 107+3+255=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B03FF is #94FC00. Grayscale: #3D3D3D. Windows color (decimal): -9763841 or 16712555. OLE color: 16712555.
HSL color Cylindrical-coordinate representation of color #6B03FF: hue angle of 264.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B03FF is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 3 | 255 | - |
| CMYK | 0.58 | 0.99 | 0 | 0 |
| HSL | 264.76º | 1% | 0.51% | - |
| HSV(B) | 264.76º | 0.99% | 1% | - |
| XYZ | 24.15 | 10.41 | 95.34 | - |
| YUV | 62.82 | 236.46 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 255 | 0.58 | 0.99 | 0 | 0 | 264.76 | 1 | 0.51 |
| Hex | 6B | 3 | FF | 3A | 63 | 0 | 0 | 109 | 64 | 33 |
| Octal | 153 | 3 | 377 | 72 | 143 | 0 | 0 | 411 | 144 | 63 |
| Binary | 1101011 | 11 | 11111111 | 111010 | 1100011 | 0 | 0 | 100001001 | 1100100 | 110011 |
Color Harmonies of #6B03FF
Complementary color
Monochromatic Colors of #6B03FF
Black with #6B03FF
Text Example
Text Example
White with #6B03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B03FF; }
p { color: rgb(107,3,255); }
H1.HeaderClassName
{
color: #6B03FF;
}
.AnyTagClassName
{
color: #6B03FF;
}
</style>
background-color css
<style>
a { background-color: #6B03FF; }
a { background-color: rgb(107,3,255); }
div.DivClassName
{
background-color: #6B03FF;
}
.BgClassName
{
background-color: #6B03FF;
}
</style>
border-color css
<style>
span { border-color: #6B03FF; }
span { border-color: rgb(107,3,255); }
td.TdClassName
{
border-color: #6B03FF;
}
.TagClassName
{
border-color: #6B03FF;
}
</style>