Html Css Color HEX #6400DF Electric Indigo

📋 copy color: '#6400DF'

red 100 ◦ green 0 ◦ blue 223

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

Shades of Electric Indigo #6400DF

Tints of Electric Indigo #6400DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 30.96%
G = 0%
B = 69.04%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6400DF (or 0x6400DF) is known color: Electric Indigo. HEX triplet: 64, 00 and DF. RGB value is (100,0,223). Sum of RGB (Red+Green+Blue) = 100+0+223=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #6400DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400DF is #9BFF20. Grayscale: #363636. Windows color (decimal): -10223393 or 14614628. OLE color: 14614628.

HSL color Cylindrical-coordinate representation of color #6400DF: hue angle of 266.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400DF is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 0 223 -
CMYK 0.55 1 0 0.13
HSL 266.91º 1% 0.44% -
HSV(B) 266.91º 1% 0.87% -
XYZ 18.57 8.04 70.38 -
YUV 55.32 222.63 159.87 -
System Red Green Blue C M Y K H S L
Decimal 100 0 223 0.55 1 0 0.13 266.91 1 0.44
Hex 64 0 DF 37 64 0 D 10B 64 2C
Octal 144 0 337 67 144 0 15 413 144 54
Binary 1100100 0 11011111 110111 1100100 0 1101 100001011 1100100 101100

Color Harmonies of #6400DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400DF

Black with #6400DF

Text Example


Text Example

White with #6400DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6400DF; }

 p { color: rgb(100,0,223); }

 H1.HeaderClassName
 {
   color: #6400DF;
 }
 .AnyTagClassName
 {
   color: #6400DF;
 }
</style>

background-color css

<style>
 a { background-color: #6400DF; }

 a { background-color: rgb(100,0,223); }

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

border-color css

<style>
 span { border-color: #6400DF; }

 span { border-color: rgb(100,0,223); }

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