Html Css Color HEX #6503FF Electric Indigo

📋 copy color: '#6503FF'

red 101 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #6503FF

Tints of Electric Indigo #6503FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.03%

R = 28.13%
G = 0.84%
B = 71.03%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6503FF (or 0x6503FF) is known color: Electric Indigo. HEX triplet: 65, 03 and FF. RGB value is (101,3,255). Sum of RGB (Red+Green+Blue) = 101+3+255=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6503FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503FF is #9AFC00. Grayscale: #3C3C3C. Windows color (decimal): -10157057 or 16712549. OLE color: 16712549.

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

Color convert

RGB 101 3 255 -
CMYK 0.60 0.99 0 0
HSL 263.33º 1% 0.51% -
HSV(B) 263.33º 0.99% 1% -
XYZ 23.45 10.05 95.31 -
YUV 61.03 237.47 156.51 -
System Red Green Blue C M Y K H S L
Decimal 101 3 255 0.60 0.99 0 0 263.33 1 0.51
Hex 65 3 FF 3C 63 0 0 107 64 33
Octal 145 3 377 74 143 0 0 407 144 63
Binary 1100101 11 11111111 111100 1100011 0 0 100000111 1100100 110011

Color Harmonies of #6503FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503FF

Black with #6503FF

Text Example


Text Example

White with #6503FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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