Shades of Electric Indigo #6700FE
Tints of Electric Indigo #6700FE
RGB
CMYK
RGB Variations
Color information
#6700FE (or 0x6700FE) is known color: Electric Indigo. HEX triplet: 67, 00 and FE. RGB value is (103,0,254). Sum of RGB (Red+Green+Blue) = 103+0+254=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #6700FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6700FE is #98FF01. Grayscale: #3A3A3A. Windows color (decimal): -10026754 or 16646247. OLE color: 16646247.
HSL color Cylindrical-coordinate representation of color #6700FE: hue angle of 264.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700FE is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 0 | 254 | - |
| CMYK | 0.59 | 1 | 0 | 0.00 |
| HSL | 264.33º | 1% | 0.5% | - |
| HSV(B) | 264.33º | 1% | 1% | - |
| XYZ | 23.48 | 10.04 | 94.47 | - |
| YUV | 59.75 | 237.62 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 254 | 0.59 | 1 | 0 | 0.00 | 264.33 | 1 | 0.5 |
| Hex | 67 | 0 | FE | 3B | 64 | 0 | 0 | 108 | 64 | 32 |
| Octal | 147 | 0 | 376 | 73 | 144 | 0 | 0 | 410 | 144 | 62 |
| Binary | 1100111 | 0 | 11111110 | 111011 | 1100100 | 0 | 0 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6700FE
Complementary color
Monochromatic Colors of #6700FE
Black with #6700FE
Text Example
Text Example
White with #6700FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6700FE; }
p { color: rgb(103,0,254); }
H1.HeaderClassName
{
color: #6700FE;
}
.AnyTagClassName
{
color: #6700FE;
}
</style>
background-color css
<style>
a { background-color: #6700FE; }
a { background-color: rgb(103,0,254); }
div.DivClassName
{
background-color: #6700FE;
}
.BgClassName
{
background-color: #6700FE;
}
</style>
border-color css
<style>
span { border-color: #6700FE; }
span { border-color: rgb(103,0,254); }
td.TdClassName
{
border-color: #6700FE;
}
.TagClassName
{
border-color: #6700FE;
}
</style>