Shades of Electric Indigo #6F00DF
Tints of Electric Indigo #6F00DF
RGB
CMYK
RGB Variations
Color information
#6F00DF (or 0x6F00DF) is known color: Electric Indigo. HEX triplet: 6F, 00 and DF. RGB value is (111,0,223). Sum of RGB (Red+Green+Blue) = 111+0+223=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F00DF is #90FF20. Grayscale: #393939. Windows color (decimal): -9502497 or 14614639. OLE color: 14614639.
HSL color Cylindrical-coordinate representation of color #6F00DF: hue angle of 269.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00DF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 0 | 223 | - |
| CMYK | 0.50 | 1 | 0 | 0.13 |
| HSL | 269.87º | 1% | 0.44% | - |
| HSV(B) | 269.87º | 1% | 0.87% | - |
| XYZ | 19.87 | 8.71 | 70.45 | - |
| YUV | 58.61 | 220.77 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 223 | 0.50 | 1 | 0 | 0.13 | 269.87 | 1 | 0.44 |
| Hex | 6F | 0 | DF | 32 | 64 | 0 | D | 10E | 64 | 2C |
| Octal | 157 | 0 | 337 | 62 | 144 | 0 | 15 | 416 | 144 | 54 |
| Binary | 1101111 | 0 | 11011111 | 110010 | 1100100 | 0 | 1101 | 100001110 | 1100100 | 101100 |
Color Harmonies of #6F00DF
Complementary color
Monochromatic Colors of #6F00DF
Black with #6F00DF
Text Example
Text Example
White with #6F00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F00DF; }
p { color: rgb(111,0,223); }
H1.HeaderClassName
{
color: #6F00DF;
}
.AnyTagClassName
{
color: #6F00DF;
}
</style>
background-color css
<style>
a { background-color: #6F00DF; }
a { background-color: rgb(111,0,223); }
div.DivClassName
{
background-color: #6F00DF;
}
.BgClassName
{
background-color: #6F00DF;
}
</style>
border-color css
<style>
span { border-color: #6F00DF; }
span { border-color: rgb(111,0,223); }
td.TdClassName
{
border-color: #6F00DF;
}
.TagClassName
{
border-color: #6F00DF;
}
</style>