Html Css Color HEX #6403DB Electric Indigo

📋 copy color: '#6403DB'

red 100 ◦ green 3 ◦ blue 219

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

Shades of Electric Indigo #6403DB

Tints of Electric Indigo #6403DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.01%

R = 31.06%
G = 0.93%
B = 68.01%

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

#6403DB (or 0x6403DB) is known color: Electric Indigo. HEX triplet: 64, 03 and DB. RGB value is (100,3,219). Sum of RGB (Red+Green+Blue) = 100+3+219=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #6403DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403DB is #9BFC24. Grayscale: #373737. Windows color (decimal): -10222629 or 14353252. OLE color: 14353252.

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

Color convert

RGB 100 3 219 -
CMYK 0.54 0.99 0 0.14
HSL 266.94º 0.97% 0.44% -
HSV(B) 266.94º 0.99% 0.86% -
XYZ 18.07 7.89 67.59 -
YUV 56.63 219.64 158.94 -
System Red Green Blue C M Y K H S L
Decimal 100 3 219 0.54 0.99 0 0.14 266.94 0.97 0.44
Hex 64 3 DB 36 63 0 E 10B 61 2C
Octal 144 3 333 66 143 0 16 413 141 54
Binary 1100100 11 11011011 110110 1100011 0 1110 100001011 1100001 101100

Color Harmonies of #6403DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6403DB

Black with #6403DB

Text Example


Text Example

White with #6403DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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