Shades of Electric Indigo #660DFE
Tints of Electric Indigo #660DFE
RGB
CMYK
RGB Variations
Color information
#660DFE (or 0x660DFE) is known color: Electric Indigo. HEX triplet: 66, 0D and FE. RGB value is (102,13,254). Sum of RGB (Red+Green+Blue) = 102+13+254=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #660DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660DFE is #99F201. Grayscale: #424242. Windows color (decimal): -10088962 or 16649574. OLE color: 16649574.
HSL color Cylindrical-coordinate representation of color #660DFE: hue angle of 262.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660DFE is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 13 | 254 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.00 |
| HSL | 262.16º | 0.99% | 0.52% | - |
| HSV(B) | 262.16º | 0.95% | 1% | - |
| XYZ | 23.51 | 10.27 | 94.51 | - |
| YUV | 67.09 | 233.49 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 254 | 0.60 | 0.95 | 0 | 0.00 | 262.16 | 0.99 | 0.52 |
| Hex | 66 | D | FE | 3C | 5F | 0 | 0 | 106 | 63 | 34 |
| Octal | 146 | 15 | 376 | 74 | 137 | 0 | 0 | 406 | 143 | 64 |
| Binary | 1100110 | 1101 | 11111110 | 111100 | 1011111 | 0 | 0 | 100000110 | 1100011 | 110100 |
Color Harmonies of #660DFE
Complementary color
Monochromatic Colors of #660DFE
Black with #660DFE
Text Example
Text Example
White with #660DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DFE; }
p { color: rgb(102,13,254); }
H1.HeaderClassName
{
color: #660DFE;
}
.AnyTagClassName
{
color: #660DFE;
}
</style>
background-color css
<style>
a { background-color: #660DFE; }
a { background-color: rgb(102,13,254); }
div.DivClassName
{
background-color: #660DFE;
}
.BgClassName
{
background-color: #660DFE;
}
</style>
border-color css
<style>
span { border-color: #660DFE; }
span { border-color: rgb(102,13,254); }
td.TdClassName
{
border-color: #660DFE;
}
.TagClassName
{
border-color: #660DFE;
}
</style>