Shades of Electric Indigo #6702F2
Tints of Electric Indigo #6702F2
RGB
CMYK
RGB Variations
Color information
#6702F2 (or 0x6702F2) is known color: Electric Indigo. HEX triplet: 67, 02 and F2. RGB value is (103,2,242). Sum of RGB (Red+Green+Blue) = 103+2+242=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #6702F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6702F2 is #98FD0D. Grayscale: #3A3A3A. Windows color (decimal): -10026254 or 15860327. OLE color: 15860327.
HSL color Cylindrical-coordinate representation of color #6702F2: hue angle of 265.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6702F2 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 2 | 242 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.05 |
| HSL | 265.25º | 0.98% | 0.48% | - |
| HSV(B) | 265.25º | 0.99% | 0.95% | - |
| XYZ | 21.64 | 9.34 | 84.67 | - |
| YUV | 59.56 | 230.96 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 242 | 0.57 | 0.99 | 0 | 0.05 | 265.25 | 0.98 | 0.48 |
| Hex | 67 | 2 | F2 | 39 | 63 | 0 | 5 | 109 | 62 | 30 |
| Octal | 147 | 2 | 362 | 71 | 143 | 0 | 5 | 411 | 142 | 60 |
| Binary | 1100111 | 10 | 11110010 | 111001 | 1100011 | 0 | 101 | 100001001 | 1100010 | 110000 |
Color Harmonies of #6702F2
Complementary color
Monochromatic Colors of #6702F2
Black with #6702F2
Text Example
Text Example
White with #6702F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6702F2; }
p { color: rgb(103,2,242); }
H1.HeaderClassName
{
color: #6702F2;
}
.AnyTagClassName
{
color: #6702F2;
}
</style>
background-color css
<style>
a { background-color: #6702F2; }
a { background-color: rgb(103,2,242); }
div.DivClassName
{
background-color: #6702F2;
}
.BgClassName
{
background-color: #6702F2;
}
</style>
border-color css
<style>
span { border-color: #6702F2; }
span { border-color: rgb(103,2,242); }
td.TdClassName
{
border-color: #6702F2;
}
.TagClassName
{
border-color: #6702F2;
}
</style>