Html Css Color HEX #6404DB Electric Indigo

📋 copy color: '#6404DB'

red 100 ◦ green 4 ◦ blue 219

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

Shades of Electric Indigo #6404DB

Tints of Electric Indigo #6404DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 30.96%
G = 1.24%
B = 67.8%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6404DB (or 0x6404DB) is known color: Electric Indigo. HEX triplet: 64, 04 and DB. RGB value is (100,4,219). Sum of RGB (Red+Green+Blue) = 100+4+219=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #6404DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6404DB is #9BFB24. Grayscale: #383838. Windows color (decimal): -10222373 or 14353508. OLE color: 14353508.

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

Color convert

RGB 100 4 219 -
CMYK 0.54 0.98 0 0.14
HSL 266.79º 0.96% 0.44% -
HSV(B) 266.79º 0.98% 0.86% -
XYZ 18.09 7.91 67.59 -
YUV 57.21 219.3 158.52 -
System Red Green Blue C M Y K H S L
Decimal 100 4 219 0.54 0.98 0 0.14 266.79 0.96 0.44
Hex 64 4 DB 36 62 0 E 10B 60 2C
Octal 144 4 333 66 142 0 16 413 140 54
Binary 1100100 100 11011011 110110 1100010 0 1110 100001011 1100000 101100

Color Harmonies of #6404DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6404DB

Black with #6404DB

Text Example


Text Example

White with #6404DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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