Shades of Electric Indigo #6600FF
Tints of Electric Indigo #6600FF
RGB
CMYK
RGB Variations
Color information
#6600FF (or 0x6600FF) is known color: Electric Indigo. HEX triplet: 66, 00 and FF. RGB value is (102,0,255). Sum of RGB (Red+Green+Blue) = 102+0+255=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #6600FF is a web safe color. Inversed color of #6600FF is #99FF00. Grayscale: #3A3A3A. Windows color (decimal): -10092289 or 16711782. OLE color: 16711782.
HSL color Cylindrical-coordinate representation of color #6600FF: hue angle of 264º 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 #6600FF is Cyan = 0.6, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 102 | 0 | 255 | - |
CMYK | 0.6 | 1 | 0 | 0 |
HSL | 264º | 1% | 0.5% | - |
HSV(B) | 264º | 1% | 1% | - |
XYZ | 23.53 | 10.04 | 95.31 | - |
YUV | 59.57 | 238.29 | 158.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 0 | 255 | 0.6 | 1 | 0 | 0 | 264 | 1 | 0.5 |
Hex | 66 | 0 | FF | 3C | 64 | 0 | 0 | 108 | 64 | 32 |
Octal | 146 | 0 | 377 | 74 | 144 | 0 | 0 | 410 | 144 | 62 |
Binary | 1100110 | 0 | 11111111 | 111100 | 1100100 | 0 | 0 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6600FF
Complementary color
Monochromatic Colors of #6600FF
Black with #6600FF
Text Example
Text Example
White with #6600FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6600FF; }
p { color: rgb(102,0,255); }
H1.HeaderClassName
{
color: #6600FF;
}
.AnyTagClassName
{
color: #6600FF;
}
</style>
background-color css
<style>
a { background-color: #6600FF; }
a { background-color: rgb(102,0,255); }
div.DivClassName
{
background-color: #6600FF;
}
.BgClassName
{
background-color: #6600FF;
}
</style>
border-color css
<style>
span { border-color: #6600FF; }
span { border-color: rgb(102,0,255); }
td.TdClassName
{
border-color: #6600FF;
}
.TagClassName
{
border-color: #6600FF;
}
</style>