Html Css Color HEX #6503FD Electric Indigo

📋 copy color: '#6503FD'

red 101 ◦ green 3 ◦ blue 253

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

Shades of Electric Indigo #6503FD

Tints of Electric Indigo #6503FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

 BLUE value IS 253 (99.22% from 255) = 70.87%

R = 28.29%
G = 0.84%
B = 70.87%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6503FD (or 0x6503FD) is known color: Electric Indigo. HEX triplet: 65, 03 and FD. RGB value is (101,3,253). Sum of RGB (Red+Green+Blue) = 101+3+253=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #6503FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503FD is #9AFC02. Grayscale: #3B3B3B. Windows color (decimal): -10157059 or 16581477. OLE color: 16581477.

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

Color convert

RGB 101 3 253 -
CMYK 0.60 0.99 0 0.01
HSL 263.52º 0.98% 0.5% -
HSV(B) 263.52º 0.99% 0.99% -
XYZ 23.13 9.92 93.62 -
YUV 60.8 236.47 156.67 -
System Red Green Blue C M Y K H S L
Decimal 101 3 253 0.60 0.99 0 0.01 263.52 0.98 0.5
Hex 65 3 FD 3C 63 0 1 108 62 32
Octal 145 3 375 74 143 0 1 410 142 62
Binary 1100101 11 11111101 111100 1100011 0 1 100001000 1100010 110010

Color Harmonies of #6503FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503FD

Black with #6503FD

Text Example


Text Example

White with #6503FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6503FD; }

 p { color: rgb(101,3,253); }

 H1.HeaderClassName
 {
   color: #6503FD;
 }
 .AnyTagClassName
 {
   color: #6503FD;
 }
</style>

background-color css

<style>
 a { background-color: #6503FD; }

 a { background-color: rgb(101,3,253); }

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

border-color css

<style>
 span { border-color: #6503FD; }

 span { border-color: rgb(101,3,253); }

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