Html Css Color HEX #6504EA Electric Indigo

📋 copy color: '#6504EA'

red 101 ◦ green 4 ◦ blue 234

#6504EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6504EA

Tints of Electric Indigo #6504EA

RGB

 RED value IS 101 (39.84% from 255) = 29.79%

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 234 (91.8% from 255) = 69.03%

R = 29.79%
G = 1.18%
B = 69.03%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6504EA (or 0x6504EA) is known color: Electric Indigo. HEX triplet: 65, 04 and EA. RGB value is (101,4,234). Sum of RGB (Red+Green+Blue) = 101+4+234=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #6504EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6504EA is #9AFB15. Grayscale: #3A3A3A. Windows color (decimal): -10156822 or 15336549. OLE color: 15336549.

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

Color convert

RGB 101 4 234 -
CMYK 0.57 0.98 0 0.08
HSL 265.3º 0.97% 0.47% -
HSV(B) 265.3º 0.98% 0.92% -
XYZ 20.26 8.79 78.47 -
YUV 59.22 226.64 157.8 -
System Red Green Blue C M Y K H S L
Decimal 101 4 234 0.57 0.98 0 0.08 265.3 0.97 0.47
Hex 65 4 EA 39 62 0 8 109 61 2F
Octal 145 4 352 71 142 0 10 411 141 57
Binary 1100101 100 11101010 111001 1100010 0 1000 100001001 1100001 101111

Color Harmonies of #6504EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6504EA

Black with #6504EA

Text Example


Text Example

White with #6504EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6504EA; }

 p { color: rgb(101,4,234); }

 H1.HeaderClassName
 {
   color: #6504EA;
 }
 .AnyTagClassName
 {
   color: #6504EA;
 }
</style>

background-color css

<style>
 a { background-color: #6504EA; }

 a { background-color: rgb(101,4,234); }

 div.DivClassName
 {
   background-color: #6504EA;
 }
 .BgClassName
 {
   background-color: #6504EA;
 }
</style>

border-color css

<style>
 span { border-color: #6504EA; }

 span { border-color: rgb(101,4,234); }

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