Shades of Electric Indigo #6F05E5
Tints of Electric Indigo #6F05E5
RGB
CMYK
RGB Variations
Color information
#6F05E5 (or 0x6F05E5) is known color: Electric Indigo. HEX triplet: 6F, 05 and E5. RGB value is (111,5,229). Sum of RGB (Red+Green+Blue) = 111+5+229=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 229 (89.84% from 255 or 66.38% from 345); Max value from RGB is 229 - color contains mainly: blue. Hex color #6F05E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F05E5 is #90FA1A. Grayscale: #3D3D3D. Windows color (decimal): -9501211 or 15009135. OLE color: 15009135.
HSL color Cylindrical-coordinate representation of color #6F05E5: hue angle of 268.39º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F05E5 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 5 | 229 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.10 |
| HSL | 268.39º | 0.96% | 0.46% | - |
| HSV(B) | 268.39º | 0.98% | 0.9% | - |
| XYZ | 20.75 | 9.15 | 74.8 | - |
| YUV | 62.23 | 222.12 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 229 | 0.52 | 0.98 | 0 | 0.10 | 268.39 | 0.96 | 0.46 |
| Hex | 6F | 5 | E5 | 34 | 62 | 0 | A | 10C | 60 | 2E |
| Octal | 157 | 5 | 345 | 64 | 142 | 0 | 12 | 414 | 140 | 56 |
| Binary | 1101111 | 101 | 11100101 | 110100 | 1100010 | 0 | 1010 | 100001100 | 1100000 | 101110 |
Color Harmonies of #6F05E5
Complementary color
Monochromatic Colors of #6F05E5
Black with #6F05E5
Text Example
Text Example
White with #6F05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F05E5; }
p { color: rgb(111,5,229); }
H1.HeaderClassName
{
color: #6F05E5;
}
.AnyTagClassName
{
color: #6F05E5;
}
</style>
background-color css
<style>
a { background-color: #6F05E5; }
a { background-color: rgb(111,5,229); }
div.DivClassName
{
background-color: #6F05E5;
}
.BgClassName
{
background-color: #6F05E5;
}
</style>
border-color css
<style>
span { border-color: #6F05E5; }
span { border-color: rgb(111,5,229); }
td.TdClassName
{
border-color: #6F05E5;
}
.TagClassName
{
border-color: #6F05E5;
}
</style>