Html Css Color HEX #6504F9 Electric Indigo

📋 copy color: '#6504F9'

red 101 ◦ green 4 ◦ blue 249

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

Shades of Electric Indigo #6504F9

Tints of Electric Indigo #6504F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 70.34%

R = 28.53%
G = 1.13%
B = 70.34%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6504F9 (or 0x6504F9) is known color: Electric Indigo. HEX triplet: 65, 04 and F9. RGB value is (101,4,249). Sum of RGB (Red+Green+Blue) = 101+4+249=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #6504F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6504F9 is #9AFB06. Grayscale: #3C3C3C. Windows color (decimal): -10156807 or 16319589. OLE color: 16319589.

HSL color Cylindrical-coordinate representation of color #6504F9: hue angle of 263.76º 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 #6504F9 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 4 249 -
CMYK 0.59 0.98 0 0.02
HSL 263.76º 0.97% 0.5% -
HSV(B) 263.76º 0.98% 0.98% -
XYZ 22.51 9.69 90.31 -
YUV 60.93 234.14 156.58 -
System Red Green Blue C M Y K H S L
Decimal 101 4 249 0.59 0.98 0 0.02 263.76 0.97 0.5
Hex 65 4 F9 3B 62 0 2 108 61 32
Octal 145 4 371 73 142 0 2 410 141 62
Binary 1100101 100 11111001 111011 1100010 0 10 100001000 1100001 110010

Color Harmonies of #6504F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6504F9

Black with #6504F9

Text Example


Text Example

White with #6504F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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