Shades of Electric Indigo #6F02DA
Tints of Electric Indigo #6F02DA
RGB
CMYK
RGB Variations
Color information
#6F02DA (or 0x6F02DA) is known color: Electric Indigo. HEX triplet: 6F, 02 and DA. RGB value is (111,2,218). Sum of RGB (Red+Green+Blue) = 111+2+218=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F02DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F02DA is #90FD25. Grayscale: #3A3A3A. Windows color (decimal): -9501990 or 14287471. OLE color: 14287471.
HSL color Cylindrical-coordinate representation of color #6F02DA: hue angle of 270.28º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F02DA is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 2 | 218 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.15 |
| HSL | 270.28º | 0.98% | 0.43% | - |
| HSV(B) | 270.28º | 0.99% | 0.85% | - |
| XYZ | 19.23 | 8.48 | 66.95 | - |
| YUV | 59.22 | 217.61 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 218 | 0.49 | 0.99 | 0 | 0.15 | 270.28 | 0.98 | 0.43 |
| Hex | 6F | 2 | DA | 31 | 63 | 0 | F | 10E | 62 | 2B |
| Octal | 157 | 2 | 332 | 61 | 143 | 0 | 17 | 416 | 142 | 53 |
| Binary | 1101111 | 10 | 11011010 | 110001 | 1100011 | 0 | 1111 | 100001110 | 1100010 | 101011 |
Color Harmonies of #6F02DA
Complementary color
Monochromatic Colors of #6F02DA
Black with #6F02DA
Text Example
Text Example
White with #6F02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F02DA; }
p { color: rgb(111,2,218); }
H1.HeaderClassName
{
color: #6F02DA;
}
.AnyTagClassName
{
color: #6F02DA;
}
</style>
background-color css
<style>
a { background-color: #6F02DA; }
a { background-color: rgb(111,2,218); }
div.DivClassName
{
background-color: #6F02DA;
}
.BgClassName
{
background-color: #6F02DA;
}
</style>
border-color css
<style>
span { border-color: #6F02DA; }
span { border-color: rgb(111,2,218); }
td.TdClassName
{
border-color: #6F02DA;
}
.TagClassName
{
border-color: #6F02DA;
}
</style>