#6503EB

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

Shades of Electric Indigo #6503EB

Tints of Electric Indigo #6503EB

Color information

#6503EB (or 0x6503EB) is unknown color: approx Electric Indigo. HEX triplet: 65, 03 and EB. RGB value is (101,3,235). Sum of RGB (Red+Green+Blue) = 101+3+235=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #6503EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503EB is #9AFC14. Grayscale: #393939. Windows color (decimal): -10157077 or 15401829. OLE color: 15401829.

HSL color Cylindrical-coordinate representation of color #6503EB: hue angle of 265.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503EB is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1013235-
CMYK0.570.9900.08
HSL265.34º97.48%46.67%-
HSV(B)265.34º98.72%92.16%-
XYZ20.398.8379.23-
YUV58.75227.47158.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 235 (92.19% from 255) = 69.32%
R=29.79%
G=0.88%
B=69.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10132350.570.9900.08265.3497.4846.67
Hex653EB396308109612f
Octal14533537114301041114157
Binary110010111111010111110011100011010001000010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6503EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6503EB; }

 p { color: rgb(101,3,235); }

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

<style>
 a { background-color: #6503EB; }

 a { background-color: rgb(101,3,235); }

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

<style>
 span { border-color: #6503EB; }

 span { border-color: rgb(101,3,235); }

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