#6600FF

Color #6600FF Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #6600FF

Tints of Electric Indigo #6600FF

Color information

#6600FF (or 0x6600FF) is unknown color: approx 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

RGB1020255-
CMYK0.6100
HSL264º100%50%-
HSV(B)264º100%100%-
XYZ23.5310.0495.31-
YUV59.57238.29158.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 71.43%
R=28.57%
G=0%
B=71.43%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal10202550.610026410050
Hex660FF3C64001086432
Octal1460377741440041014462
Binary11001100111111111111001100100001000010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>