Shades of Electric Indigo #660CFF
Tints of Electric Indigo #660CFF
RGB
CMYK
RGB Variations
Color information
#660CFF (or 0x660CFF) is known color: Electric Indigo. HEX triplet: 66, 0C and FF. RGB value is (102,12,255). Sum of RGB (Red+Green+Blue) = 102+12+255=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #660CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CFF is #99F300. Grayscale: #414141. Windows color (decimal): -10089217 or 16714854. OLE color: 16714854.
HSL color Cylindrical-coordinate representation of color #660CFF: hue angle of 262.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CFF is Cyan = 0.6, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 12 | 255 | - |
| CMYK | 0.6 | 0.95 | 0 | 0 |
| HSL | 262.22º | 1% | 0.52% | - |
| HSV(B) | 262.22º | 0.95% | 1% | - |
| XYZ | 23.66 | 10.31 | 95.35 | - |
| YUV | 66.61 | 234.32 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 255 | 0.6 | 0.95 | 0 | 0 | 262.22 | 1 | 0.52 |
| Hex | 66 | C | FF | 3C | 5F | 0 | 0 | 106 | 64 | 34 |
| Octal | 146 | 14 | 377 | 74 | 137 | 0 | 0 | 406 | 144 | 64 |
| Binary | 1100110 | 1100 | 11111111 | 111100 | 1011111 | 0 | 0 | 100000110 | 1100100 | 110100 |
Color Harmonies of #660CFF
Complementary color
Monochromatic Colors of #660CFF
Black with #660CFF
Text Example
Text Example
White with #660CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CFF; }
p { color: rgb(102,12,255); }
H1.HeaderClassName
{
color: #660CFF;
}
.AnyTagClassName
{
color: #660CFF;
}
</style>
background-color css
<style>
a { background-color: #660CFF; }
a { background-color: rgb(102,12,255); }
div.DivClassName
{
background-color: #660CFF;
}
.BgClassName
{
background-color: #660CFF;
}
</style>
border-color css
<style>
span { border-color: #660CFF; }
span { border-color: rgb(102,12,255); }
td.TdClassName
{
border-color: #660CFF;
}
.TagClassName
{
border-color: #660CFF;
}
</style>