Shades of Electric Indigo #6614FD
Tints of Electric Indigo #6614FD
RGB
CMYK
RGB Variations
Color information
#6614FD (or 0x6614FD) is known color: Electric Indigo. HEX triplet: 66, 14 and FD. RGB value is (102,20,253). Sum of RGB (Red+Green+Blue) = 102+20+253=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #6614FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6614FD is #99EB02. Grayscale: #464646. Windows color (decimal): -10087171 or 16585830. OLE color: 16585830.
HSL color Cylindrical-coordinate representation of color #6614FD: hue angle of 261.12º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6614FD is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 20 | 253 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.01 |
| HSL | 261.12º | 0.98% | 0.54% | - |
| HSV(B) | 261.12º | 0.92% | 0.99% | - |
| XYZ | 23.46 | 10.42 | 93.7 | - |
| YUV | 71.08 | 230.67 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 253 | 0.60 | 0.92 | 0 | 0.01 | 261.12 | 0.98 | 0.54 |
| Hex | 66 | 14 | FD | 3C | 5C | 0 | 1 | 105 | 62 | 36 |
| Octal | 146 | 24 | 375 | 74 | 134 | 0 | 1 | 405 | 142 | 66 |
| Binary | 1100110 | 10100 | 11111101 | 111100 | 1011100 | 0 | 1 | 100000101 | 1100010 | 110110 |
Color Harmonies of #6614FD
Complementary color
Monochromatic Colors of #6614FD
Black with #6614FD
Text Example
Text Example
White with #6614FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614FD; }
p { color: rgb(102,20,253); }
H1.HeaderClassName
{
color: #6614FD;
}
.AnyTagClassName
{
color: #6614FD;
}
</style>
background-color css
<style>
a { background-color: #6614FD; }
a { background-color: rgb(102,20,253); }
div.DivClassName
{
background-color: #6614FD;
}
.BgClassName
{
background-color: #6614FD;
}
</style>
border-color css
<style>
span { border-color: #6614FD; }
span { border-color: rgb(102,20,253); }
td.TdClassName
{
border-color: #6614FD;
}
.TagClassName
{
border-color: #6614FD;
}
</style>