Html Css Color HEX #6400EE Electric Indigo

📋 copy color: '#6400EE'

red 100 ◦ green 0 ◦ blue 238

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

Shades of Electric Indigo #6400EE

Tints of Electric Indigo #6400EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.41%

R = 29.59%
G = 0%
B = 70.41%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6400EE (or 0x6400EE) is known color: Electric Indigo. HEX triplet: 64, 00 and EE. RGB value is (100,0,238). Sum of RGB (Red+Green+Blue) = 100+0+238=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #6400EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400EE is #9BFF11. Grayscale: #383838. Windows color (decimal): -10223378 or 15597668. OLE color: 15597668.

HSL color Cylindrical-coordinate representation of color #6400EE: hue angle of 265.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400EE is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 0 238 -
CMYK 0.58 1 0 0.07
HSL 265.21º 1% 0.47% -
HSV(B) 265.21º 1% 0.93% -
XYZ 20.69 8.88 81.51 -
YUV 57.03 230.13 158.65 -
System Red Green Blue C M Y K H S L
Decimal 100 0 238 0.58 1 0 0.07 265.21 1 0.47
Hex 64 0 EE 3A 64 0 7 109 64 2F
Octal 144 0 356 72 144 0 7 411 144 57
Binary 1100100 0 11101110 111010 1100100 0 111 100001001 1100100 101111

Color Harmonies of #6400EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400EE

Black with #6400EE

Text Example


Text Example

White with #6400EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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