Shades of Electric Indigo #6702FF
Tints of Electric Indigo #6702FF
RGB
CMYK
RGB Variations
Color information
#6702FF (or 0x6702FF) is known color: Electric Indigo. HEX triplet: 67, 02 and FF. RGB value is (103,2,255). Sum of RGB (Red+Green+Blue) = 103+2+255=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6702FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6702FF is #98FD00. Grayscale: #3C3C3C. Windows color (decimal): -10026241 or 16712295. OLE color: 16712295.
HSL color Cylindrical-coordinate representation of color #6702FF: hue angle of 263.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6702FF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 2 | 255 | - |
| CMYK | 0.60 | 0.99 | 0 | 0 |
| HSL | 263.95º | 1% | 0.5% | - |
| HSV(B) | 263.95º | 0.99% | 1% | - |
| XYZ | 23.67 | 10.15 | 95.32 | - |
| YUV | 61.04 | 237.46 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 255 | 0.60 | 0.99 | 0 | 0 | 263.95 | 1 | 0.5 |
| Hex | 67 | 2 | FF | 3C | 63 | 0 | 0 | 108 | 64 | 32 |
| Octal | 147 | 2 | 377 | 74 | 143 | 0 | 0 | 410 | 144 | 62 |
| Binary | 1100111 | 10 | 11111111 | 111100 | 1100011 | 0 | 0 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6702FF
Complementary color
Monochromatic Colors of #6702FF
Black with #6702FF
Text Example
Text Example
White with #6702FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6702FF; }
p { color: rgb(103,2,255); }
H1.HeaderClassName
{
color: #6702FF;
}
.AnyTagClassName
{
color: #6702FF;
}
</style>
background-color css
<style>
a { background-color: #6702FF; }
a { background-color: rgb(103,2,255); }
div.DivClassName
{
background-color: #6702FF;
}
.BgClassName
{
background-color: #6702FF;
}
</style>
border-color css
<style>
span { border-color: #6702FF; }
span { border-color: rgb(103,2,255); }
td.TdClassName
{
border-color: #6702FF;
}
.TagClassName
{
border-color: #6702FF;
}
</style>