Html Css Color HEX #6510E5 Electric Indigo

📋 copy color: '#6510E5'

red 101 ◦ green 16 ◦ blue 229

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

Shades of Electric Indigo #6510E5

Tints of Electric Indigo #6510E5

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

 BLUE value IS 229 (89.84% from 255) = 66.18%

R = 29.19%
G = 4.62%
B = 66.18%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6510E5 (or 0x6510E5) is known color: Electric Indigo. HEX triplet: 65, 10 and E5. RGB value is (101,16,229). Sum of RGB (Red+Green+Blue) = 101+16+229=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 229 (89.84% from 255 or 66.18% from 346); Max value from RGB is 229 - color contains mainly: blue. Hex color #6510E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510E5 is #9AEF1A. Grayscale: #404040. Windows color (decimal): -10153755 or 15011941. OLE color: 15011941.

HSL color Cylindrical-coordinate representation of color #6510E5: hue angle of 263.94º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6510E5 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 16 229 -
CMYK 0.56 0.93 0 0.10
HSL 263.94º 0.87% 0.48% -
HSV(B) 263.94º 0.93% 0.9% -
XYZ 19.69 8.79 74.79 -
YUV 65.7 220.16 153.18 -
System Red Green Blue C M Y K H S L
Decimal 101 16 229 0.56 0.93 0 0.10 263.94 0.87 0.48
Hex 65 10 E5 38 5D 0 A 108 57 30
Octal 145 20 345 70 135 0 12 410 127 60
Binary 1100101 10000 11100101 111000 1011101 0 1010 100001000 1010111 110000

Color Harmonies of #6510E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6510E5

Black with #6510E5

Text Example


Text Example

White with #6510E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6510E5; }

 p { color: rgb(101,16,229); }

 H1.HeaderClassName
 {
   color: #6510E5;
 }
 .AnyTagClassName
 {
   color: #6510E5;
 }
</style>

background-color css

<style>
 a { background-color: #6510E5; }

 a { background-color: rgb(101,16,229); }

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

border-color css

<style>
 span { border-color: #6510E5; }

 span { border-color: rgb(101,16,229); }

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