Shades of Electric Indigo #6613FE
Tints of Electric Indigo #6613FE
RGB
CMYK
RGB Variations
Color information
#6613FE (or 0x6613FE) is known color: Electric Indigo. HEX triplet: 66, 13 and FE. RGB value is (102,19,254). Sum of RGB (Red+Green+Blue) = 102+19+254=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #6613FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6613FE is #99EC01. Grayscale: #454545. Windows color (decimal): -10087426 or 16651110. OLE color: 16651110.
HSL color Cylindrical-coordinate representation of color #6613FE: hue angle of 261.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6613FE is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 19 | 254 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.00 |
| HSL | 261.19º | 0.99% | 0.54% | - |
| HSV(B) | 261.19º | 0.93% | 1% | - |
| XYZ | 23.6 | 10.45 | 94.54 | - |
| YUV | 70.61 | 231.5 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 254 | 0.60 | 0.93 | 0 | 0.00 | 261.19 | 0.99 | 0.54 |
| Hex | 66 | 13 | FE | 3C | 5D | 0 | 0 | 105 | 63 | 36 |
| Octal | 146 | 23 | 376 | 74 | 135 | 0 | 0 | 405 | 143 | 66 |
| Binary | 1100110 | 10011 | 11111110 | 111100 | 1011101 | 0 | 0 | 100000101 | 1100011 | 110110 |
Color Harmonies of #6613FE
Complementary color
Monochromatic Colors of #6613FE
Black with #6613FE
Text Example
Text Example
White with #6613FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613FE; }
p { color: rgb(102,19,254); }
H1.HeaderClassName
{
color: #6613FE;
}
.AnyTagClassName
{
color: #6613FE;
}
</style>
background-color css
<style>
a { background-color: #6613FE; }
a { background-color: rgb(102,19,254); }
div.DivClassName
{
background-color: #6613FE;
}
.BgClassName
{
background-color: #6613FE;
}
</style>
border-color css
<style>
span { border-color: #6613FE; }
span { border-color: rgb(102,19,254); }
td.TdClassName
{
border-color: #6613FE;
}
.TagClassName
{
border-color: #6613FE;
}
</style>