Shades of Electric Indigo #6B18FF
Tints of Electric Indigo #6B18FF
RGB
CMYK
RGB Variations
Color information
#6B18FF (or 0x6B18FF) is known color: Electric Indigo. HEX triplet: 6B, 18 and FF. RGB value is (107,24,255). Sum of RGB (Red+Green+Blue) = 107+24+255=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B18FF is #94E700. Grayscale: #4A4A4A. Windows color (decimal): -9758465 or 16717931. OLE color: 16717931.
HSL color Cylindrical-coordinate representation of color #6B18FF: hue angle of 261.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B18FF is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 24 | 255 | - |
| CMYK | 0.58 | 0.91 | 0 | 0 |
| HSL | 261.56º | 1% | 0.55% | - |
| HSV(B) | 261.56º | 0.91% | 1% | - |
| XYZ | 24.44 | 11 | 95.44 | - |
| YUV | 75.15 | 229.5 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 255 | 0.58 | 0.91 | 0 | 0 | 261.56 | 1 | 0.55 |
| Hex | 6B | 18 | FF | 3A | 5B | 0 | 0 | 106 | 64 | 37 |
| Octal | 153 | 30 | 377 | 72 | 133 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1101011 | 11000 | 11111111 | 111010 | 1011011 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #6B18FF
Complementary color
Monochromatic Colors of #6B18FF
Black with #6B18FF
Text Example
Text Example
White with #6B18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B18FF; }
p { color: rgb(107,24,255); }
H1.HeaderClassName
{
color: #6B18FF;
}
.AnyTagClassName
{
color: #6B18FF;
}
</style>
background-color css
<style>
a { background-color: #6B18FF; }
a { background-color: rgb(107,24,255); }
div.DivClassName
{
background-color: #6B18FF;
}
.BgClassName
{
background-color: #6B18FF;
}
</style>
border-color css
<style>
span { border-color: #6B18FF; }
span { border-color: rgb(107,24,255); }
td.TdClassName
{
border-color: #6B18FF;
}
.TagClassName
{
border-color: #6B18FF;
}
</style>