Shades of Electric Indigo #6F01DF
Tints of Electric Indigo #6F01DF
RGB
CMYK
RGB Variations
Color information
#6F01DF (or 0x6F01DF) is known color: Electric Indigo. HEX triplet: 6F, 01 and DF. RGB value is (111,1,223). Sum of RGB (Red+Green+Blue) = 111+1+223=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F01DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F01DF is #90FE20. Grayscale: #3A3A3A. Windows color (decimal): -9502241 or 14614895. OLE color: 14614895.
HSL color Cylindrical-coordinate representation of color #6F01DF: hue angle of 269.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F01DF is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 1 | 223 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.13 |
| HSL | 269.73º | 0.99% | 0.44% | - |
| HSV(B) | 269.73º | 1% | 0.87% | - |
| XYZ | 19.89 | 8.73 | 70.45 | - |
| YUV | 59.2 | 220.44 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 223 | 0.50 | 1.00 | 0 | 0.13 | 269.73 | 0.99 | 0.44 |
| Hex | 6F | 1 | DF | 32 | 64 | 0 | D | 10E | 63 | 2C |
| Octal | 157 | 1 | 337 | 62 | 144 | 0 | 15 | 416 | 143 | 54 |
| Binary | 1101111 | 1 | 11011111 | 110010 | 1100100 | 0 | 1101 | 100001110 | 1100011 | 101100 |
Color Harmonies of #6F01DF
Complementary color
Monochromatic Colors of #6F01DF
Black with #6F01DF
Text Example
Text Example
White with #6F01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F01DF; }
p { color: rgb(111,1,223); }
H1.HeaderClassName
{
color: #6F01DF;
}
.AnyTagClassName
{
color: #6F01DF;
}
</style>
background-color css
<style>
a { background-color: #6F01DF; }
a { background-color: rgb(111,1,223); }
div.DivClassName
{
background-color: #6F01DF;
}
.BgClassName
{
background-color: #6F01DF;
}
</style>
border-color css
<style>
span { border-color: #6F01DF; }
span { border-color: rgb(111,1,223); }
td.TdClassName
{
border-color: #6F01DF;
}
.TagClassName
{
border-color: #6F01DF;
}
</style>