Html Css Color HEX #6514FA Electric Indigo

📋 copy color: '#6514FA'

red 101 ◦ green 20 ◦ blue 250

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

Shades of Electric Indigo #6514FA

Tints of Electric Indigo #6514FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.39%

 BLUE value IS 250 (98.05% from 255) = 67.39%

R = 27.22%
G = 5.39%
B = 67.39%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6514FA (or 0x6514FA) is known color: Electric Indigo. HEX triplet: 65, 14 and FA. RGB value is (101,20,250). Sum of RGB (Red+Green+Blue) = 101+20+250=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #6514FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6514FA is #9AEB05. Grayscale: #454545. Windows color (decimal): -10152710 or 16389221. OLE color: 16389221.

HSL color Cylindrical-coordinate representation of color #6514FA: hue angle of 261.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6514FA is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 20 250 -
CMYK 0.60 0.92 0 0.02
HSL 261.13º 0.96% 0.53% -
HSV(B) 261.13º 0.92% 0.98% -
XYZ 22.87 10.17 91.2 -
YUV 70.44 229.34 149.8 -
System Red Green Blue C M Y K H S L
Decimal 101 20 250 0.60 0.92 0 0.02 261.13 0.96 0.53
Hex 65 14 FA 3C 5C 0 2 105 60 35
Octal 145 24 372 74 134 0 2 405 140 65
Binary 1100101 10100 11111010 111100 1011100 0 10 100000101 1100000 110101

Color Harmonies of #6514FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514FA

Black with #6514FA

Text Example


Text Example

White with #6514FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6514FA; }

 p { color: rgb(101,20,250); }

 H1.HeaderClassName
 {
   color: #6514FA;
 }
 .AnyTagClassName
 {
   color: #6514FA;
 }
</style>

background-color css

<style>
 a { background-color: #6514FA; }

 a { background-color: rgb(101,20,250); }

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

border-color css

<style>
 span { border-color: #6514FA; }

 span { border-color: rgb(101,20,250); }

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