Html Css Color HEX #6504F8 Electric Indigo

📋 copy color: '#6504F8'

red 101 ◦ green 4 ◦ blue 248

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

Shades of Electric Indigo #6504F8

Tints of Electric Indigo #6504F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 70.25%

R = 28.61%
G = 1.13%
B = 70.25%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6504F8 (or 0x6504F8) is known color: Electric Indigo. HEX triplet: 65, 04 and F8. RGB value is (101,4,248). Sum of RGB (Red+Green+Blue) = 101+4+248=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 248 (97.27% from 255 or 70.25% from 353); Max value from RGB is 248 - color contains mainly: blue. Hex color #6504F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6504F8 is #9AFB07. Grayscale: #3B3B3B. Windows color (decimal): -10156808 or 16254053. OLE color: 16254053.

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

Color convert

RGB 101 4 248 -
CMYK 0.59 0.98 0 0.03
HSL 263.85º 0.97% 0.49% -
HSV(B) 263.85º 0.98% 0.97% -
XYZ 22.35 9.63 89.49 -
YUV 60.82 233.64 156.66 -
System Red Green Blue C M Y K H S L
Decimal 101 4 248 0.59 0.98 0 0.03 263.85 0.97 0.49
Hex 65 4 F8 3B 62 0 3 108 61 31
Octal 145 4 370 73 142 0 3 410 141 61
Binary 1100101 100 11111000 111011 1100010 0 11 100001000 1100001 110001

Color Harmonies of #6504F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6504F8

Black with #6504F8

Text Example


Text Example

White with #6504F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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