Shades of Electric Indigo #6F0DDE
Tints of Electric Indigo #6F0DDE
RGB
CMYK
RGB Variations
Color information
#6F0DDE (or 0x6F0DDE) is known color: Electric Indigo. HEX triplet: 6F, 0D and DE. RGB value is (111,13,222). Sum of RGB (Red+Green+Blue) = 111+13+222=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F0DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0DDE is #90F221. Grayscale: #414141. Windows color (decimal): -9499170 or 14552431. OLE color: 14552431.
HSL color Cylindrical-coordinate representation of color #6F0DDE: hue angle of 268.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0DDE is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 13 | 222 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.13 |
| HSL | 268.13º | 0.89% | 0.46% | - |
| HSV(B) | 268.13º | 0.94% | 0.87% | - |
| XYZ | 19.88 | 8.94 | 69.79 | - |
| YUV | 66.13 | 215.97 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 222 | 0.5 | 0.94 | 0 | 0.13 | 268.13 | 0.89 | 0.46 |
| Hex | 6F | D | DE | 32 | 5E | 0 | D | 10C | 59 | 2E |
| Octal | 157 | 15 | 336 | 62 | 136 | 0 | 15 | 414 | 131 | 56 |
| Binary | 1101111 | 1101 | 11011110 | 110010 | 1011110 | 0 | 1101 | 100001100 | 1011001 | 101110 |
Color Harmonies of #6F0DDE
Complementary color
Monochromatic Colors of #6F0DDE
Black with #6F0DDE
Text Example
Text Example
White with #6F0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0DDE; }
p { color: rgb(111,13,222); }
H1.HeaderClassName
{
color: #6F0DDE;
}
.AnyTagClassName
{
color: #6F0DDE;
}
</style>
background-color css
<style>
a { background-color: #6F0DDE; }
a { background-color: rgb(111,13,222); }
div.DivClassName
{
background-color: #6F0DDE;
}
.BgClassName
{
background-color: #6F0DDE;
}
</style>
border-color css
<style>
span { border-color: #6F0DDE; }
span { border-color: rgb(111,13,222); }
td.TdClassName
{
border-color: #6F0DDE;
}
.TagClassName
{
border-color: #6F0DDE;
}
</style>