#6502E0

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

Shades of Electric Indigo #6502E0

Tints of Electric Indigo #6502E0

Color information

#6502E0 (or 0x6502E0) is unknown color: approx Electric Indigo. HEX triplet: 65, 02 and E0. RGB value is (101,2,224). Sum of RGB (Red+Green+Blue) = 101+2+224=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #6502E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502E0 is #9AFD1F. Grayscale: #383838. Windows color (decimal): -10157344 or 14680677. OLE color: 14680677.

HSL color Cylindrical-coordinate representation of color #6502E0: hue angle of 266.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502E0 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1012224-
CMYK0.550.9900.12
HSL266.76º98.23%44.31%-
HSV(B)266.76º99.11%87.84%-
XYZ18.848.1971.11-
YUV56.91222.3159.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 224 (87.89% from 255) = 68.50%
R=30.89%
G=0.61%
B=68.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal10122240.550.9900.12266.7698.2344.31
Hex652E037630C10b622c
Octal14523406714301441314254
Binary110010110111000001101111100011011001000010111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6502E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6502E0; }

 p { color: rgb(101,2,224); }

 H1.HeaderClassName
 {
   color: #6502E0;
 }
 .AnyTagClassName
 {
   color: #6502E0;
 }
</style>
background-color css

<style>
 a { background-color: #6502E0; }

 a { background-color: rgb(101,2,224); }

 div.DivClassName
 {
   background-color: #6502E0;
 }
 .BgClassName
 {
   background-color: #6502E0;
 }
</style>
border-color css

<style>
 span { border-color: #6502E0; }

 span { border-color: rgb(101,2,224); }

 td.TdClassName
 {
   border-color: #6502E0;
 }
 .TagClassName
 {
   border-color: #6502E0;
 }
</style>