Shades of Electric Indigo #6700FA
Tints of Electric Indigo #6700FA
RGB
CMYK
RGB Variations
Color information
#6700FA (or 0x6700FA) is known color: Electric Indigo. HEX triplet: 67, 00 and FA. RGB value is (103,0,250). Sum of RGB (Red+Green+Blue) = 103+0+250=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #6700FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6700FA is #98FF05. Grayscale: #3A3A3A. Windows color (decimal): -10026758 or 16384103. OLE color: 16384103.
HSL color Cylindrical-coordinate representation of color #6700FA: hue angle of 264.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700FA is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 0 | 250 | - |
| CMYK | 0.59 | 1 | 0 | 0.02 |
| HSL | 264.72º | 1% | 0.49% | - |
| HSV(B) | 264.72º | 1% | 0.98% | - |
| XYZ | 22.85 | 9.79 | 91.13 | - |
| YUV | 59.3 | 235.62 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 250 | 0.59 | 1 | 0 | 0.02 | 264.72 | 1 | 0.49 |
| Hex | 67 | 0 | FA | 3B | 64 | 0 | 2 | 109 | 64 | 31 |
| Octal | 147 | 0 | 372 | 73 | 144 | 0 | 2 | 411 | 144 | 61 |
| Binary | 1100111 | 0 | 11111010 | 111011 | 1100100 | 0 | 10 | 100001001 | 1100100 | 110001 |
Color Harmonies of #6700FA
Complementary color
Monochromatic Colors of #6700FA
Black with #6700FA
Text Example
Text Example
White with #6700FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700FA; }
p { color: rgb(103,0,250); }
H1.HeaderClassName
{
color: #6700FA;
}
.AnyTagClassName
{
color: #6700FA;
}
</style>
background-color css
<style>
a { background-color: #6700FA; }
a { background-color: rgb(103,0,250); }
div.DivClassName
{
background-color: #6700FA;
}
.BgClassName
{
background-color: #6700FA;
}
</style>
border-color css
<style>
span { border-color: #6700FA; }
span { border-color: rgb(103,0,250); }
td.TdClassName
{
border-color: #6700FA;
}
.TagClassName
{
border-color: #6700FA;
}
</style>