Shades of Electric Indigo #6F18FF
Tints of Electric Indigo #6F18FF
RGB
CMYK
RGB Variations
Color information
#6F18FF (or 0x6F18FF) is known color: Electric Indigo. HEX triplet: 6F, 18 and FF. RGB value is (111,24,255). Sum of RGB (Red+Green+Blue) = 111+24+255=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F18FF is #90E700. Grayscale: #4B4B4B. Windows color (decimal): -9496321 or 16717935. OLE color: 16717935.
HSL color Cylindrical-coordinate representation of color #6F18FF: hue angle of 262.6º 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 #6F18FF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 24 | 255 | - |
| CMYK | 0.56 | 0.91 | 0 | 0 |
| HSL | 262.6º | 1% | 0.55% | - |
| HSV(B) | 262.6º | 0.91% | 1% | - |
| XYZ | 24.93 | 11.25 | 95.47 | - |
| YUV | 76.35 | 228.82 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 255 | 0.56 | 0.91 | 0 | 0 | 262.6 | 1 | 0.55 |
| Hex | 6F | 18 | FF | 38 | 5B | 0 | 0 | 107 | 64 | 37 |
| Octal | 157 | 30 | 377 | 70 | 133 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1101111 | 11000 | 11111111 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #6F18FF
Complementary color
Monochromatic Colors of #6F18FF
Black with #6F18FF
Text Example
Text Example
White with #6F18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F18FF; }
p { color: rgb(111,24,255); }
H1.HeaderClassName
{
color: #6F18FF;
}
.AnyTagClassName
{
color: #6F18FF;
}
</style>
background-color css
<style>
a { background-color: #6F18FF; }
a { background-color: rgb(111,24,255); }
div.DivClassName
{
background-color: #6F18FF;
}
.BgClassName
{
background-color: #6F18FF;
}
</style>
border-color css
<style>
span { border-color: #6F18FF; }
span { border-color: rgb(111,24,255); }
td.TdClassName
{
border-color: #6F18FF;
}
.TagClassName
{
border-color: #6F18FF;
}
</style>