Shades of Electric Indigo #6F19FF
Tints of Electric Indigo #6F19FF
RGB
CMYK
RGB Variations
Color information
#6F19FF (or 0x6F19FF) is known color: Electric Indigo. HEX triplet: 6F, 19 and FF. RGB value is (111,25,255). Sum of RGB (Red+Green+Blue) = 111+25+255=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F19FF is #90E600. Grayscale: #4C4C4C. Windows color (decimal): -9496065 or 16718191. OLE color: 16718191.
HSL color Cylindrical-coordinate representation of color #6F19FF: hue angle of 262.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F19FF is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 25 | 255 | - |
| CMYK | 0.56 | 0.90 | 0 | 0 |
| HSL | 262.43º | 1% | 0.55% | - |
| HSV(B) | 262.43º | 0.9% | 1% | - |
| XYZ | 24.95 | 11.29 | 95.47 | - |
| YUV | 76.93 | 228.49 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 255 | 0.56 | 0.90 | 0 | 0 | 262.43 | 1 | 0.55 |
| Hex | 6F | 19 | FF | 38 | 5A | 0 | 0 | 106 | 64 | 37 |
| Octal | 157 | 31 | 377 | 70 | 132 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1101111 | 11001 | 11111111 | 111000 | 1011010 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #6F19FF
Complementary color
Monochromatic Colors of #6F19FF
Black with #6F19FF
Text Example
Text Example
White with #6F19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F19FF; }
p { color: rgb(111,25,255); }
H1.HeaderClassName
{
color: #6F19FF;
}
.AnyTagClassName
{
color: #6F19FF;
}
</style>
background-color css
<style>
a { background-color: #6F19FF; }
a { background-color: rgb(111,25,255); }
div.DivClassName
{
background-color: #6F19FF;
}
.BgClassName
{
background-color: #6F19FF;
}
</style>
border-color css
<style>
span { border-color: #6F19FF; }
span { border-color: rgb(111,25,255); }
td.TdClassName
{
border-color: #6F19FF;
}
.TagClassName
{
border-color: #6F19FF;
}
</style>