Html Css Color HEX #6504FE Electric Indigo

📋 copy color: '#6504FE'

red 101 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #6504FE

Tints of Electric Indigo #6504FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 70.75%

R = 28.13%
G = 1.11%
B = 70.75%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6504FE (or 0x6504FE) is known color: Electric Indigo. HEX triplet: 65, 04 and FE. RGB value is (101,4,254). Sum of RGB (Red+Green+Blue) = 101+4+254=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #6504FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6504FE is #9AFB01. Grayscale: #3C3C3C. Windows color (decimal): -10156802 or 16647269. OLE color: 16647269.

HSL color Cylindrical-coordinate representation of color #6504FE: hue angle of 263.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6504FE is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 4 254 -
CMYK 0.60 0.98 0 0.00
HSL 263.28º 0.99% 0.51% -
HSV(B) 263.28º 0.98% 1% -
XYZ 23.3 10.01 94.47 -
YUV 61.5 236.64 156.17 -
System Red Green Blue C M Y K H S L
Decimal 101 4 254 0.60 0.98 0 0.00 263.28 0.99 0.51
Hex 65 4 FE 3C 62 0 0 107 63 33
Octal 145 4 376 74 142 0 0 407 143 63
Binary 1100101 100 11111110 111100 1100010 0 0 100000111 1100011 110011

Color Harmonies of #6504FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6504FE

Black with #6504FE

Text Example


Text Example

White with #6504FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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