Html Css Color HEX #6503DC Electric Indigo

📋 copy color: '#6503DC'

red 101 ◦ green 3 ◦ blue 220

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

Shades of Electric Indigo #6503DC

Tints of Electric Indigo #6503DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 31.17%
G = 0.93%
B = 67.9%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6503DC (or 0x6503DC) is known color: Electric Indigo. HEX triplet: 65, 03 and DC. RGB value is (101,3,220). Sum of RGB (Red+Green+Blue) = 101+3+220=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #6503DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503DC is #9AFC23. Grayscale: #383838. Windows color (decimal): -10157092 or 14418789. OLE color: 14418789.

HSL color Cylindrical-coordinate representation of color #6503DC: hue angle of 267.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503DC is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 3 220 -
CMYK 0.54 0.99 0 0.14
HSL 267.1º 0.97% 0.44% -
HSV(B) 267.1º 0.99% 0.86% -
XYZ 18.32 8 68.29 -
YUV 57.04 219.97 159.36 -
System Red Green Blue C M Y K H S L
Decimal 101 3 220 0.54 0.99 0 0.14 267.1 0.97 0.44
Hex 65 3 DC 36 63 0 E 10B 61 2C
Octal 145 3 334 66 143 0 16 413 141 54
Binary 1100101 11 11011100 110110 1100011 0 1110 100001011 1100001 101100

Color Harmonies of #6503DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6503DC

Black with #6503DC

Text Example


Text Example

White with #6503DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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