Html Css Color HEX #6504FA Electric Indigo

📋 copy color: '#6504FA'

red 101 ◦ green 4 ◦ blue 250

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

Shades of Electric Indigo #6504FA

Tints of Electric Indigo #6504FA

RGB

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

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

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

R = 28.45%
G = 1.13%
B = 70.42%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6504FA (or 0x6504FA) is known color: Electric Indigo. HEX triplet: 65, 04 and FA. RGB value is (101,4,250). Sum of RGB (Red+Green+Blue) = 101+4+250=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #6504FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6504FA is #9AFB05. Grayscale: #3C3C3C. Windows color (decimal): -10156806 or 16385125. OLE color: 16385125.

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

Color convert

RGB 101 4 250 -
CMYK 0.60 0.98 0 0.02
HSL 263.66º 0.97% 0.5% -
HSV(B) 263.66º 0.98% 0.98% -
XYZ 22.67 9.76 91.13 -
YUV 61.05 234.64 156.5 -
System Red Green Blue C M Y K H S L
Decimal 101 4 250 0.60 0.98 0 0.02 263.66 0.97 0.5
Hex 65 4 FA 3C 62 0 2 108 61 32
Octal 145 4 372 74 142 0 2 410 141 62
Binary 1100101 100 11111010 111100 1100010 0 10 100001000 1100001 110010

Color Harmonies of #6504FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6504FA

Black with #6504FA

Text Example


Text Example

White with #6504FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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