Html Css Color HEX #6403DC Electric Indigo

📋 copy color: '#6403DC'

red 100 ◦ green 3 ◦ blue 220

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

Shades of Electric Indigo #6403DC

Tints of Electric Indigo #6403DC

RGB

 RED value IS 100 (39.45% from 255) = 30.96%

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

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

R = 30.96%
G = 0.93%
B = 68.11%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6403DC (or 0x6403DC) is known color: Electric Indigo. HEX triplet: 64, 03 and DC. RGB value is (100,3,220). Sum of RGB (Red+Green+Blue) = 100+3+220=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #6403DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403DC is #9BFC23. Grayscale: #373737. Windows color (decimal): -10222628 or 14418788. OLE color: 14418788.

HSL color Cylindrical-coordinate representation of color #6403DC: hue angle of 266.82º 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 #6403DC is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 3 220 -
CMYK 0.55 0.99 0 0.14
HSL 266.82º 0.97% 0.44% -
HSV(B) 266.82º 0.99% 0.86% -
XYZ 18.21 7.94 68.28 -
YUV 56.74 220.14 158.86 -
System Red Green Blue C M Y K H S L
Decimal 100 3 220 0.55 0.99 0 0.14 266.82 0.97 0.44
Hex 64 3 DC 37 63 0 E 10B 61 2C
Octal 144 3 334 67 143 0 16 413 141 54
Binary 1100100 11 11011100 110111 1100011 0 1110 100001011 1100001 101100

Color Harmonies of #6403DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403DC

Black with #6403DC

Text Example


Text Example

White with #6403DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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