Html Css Color HEX #6400EB Electric Indigo

📋 copy color: '#6400EB'

red 100 ◦ green 0 ◦ blue 235

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

Shades of Electric Indigo #6400EB

Tints of Electric Indigo #6400EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 29.85%
G = 0%
B = 70.15%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6400EB (or 0x6400EB) is known color: Electric Indigo. HEX triplet: 64, 00 and EB. RGB value is (100,0,235). Sum of RGB (Red+Green+Blue) = 100+0+235=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #6400EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6400EB is #9BFF14. Grayscale: #373737. Windows color (decimal): -10223381 or 15401060. OLE color: 15401060.

HSL color Cylindrical-coordinate representation of color #6400EB: hue angle of 265.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400EB is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 0 235 -
CMYK 0.57 1 0 0.08
HSL 265.53º 1% 0.46% -
HSV(B) 265.53º 1% 0.92% -
XYZ 20.25 8.71 79.21 -
YUV 56.69 228.63 158.89 -
System Red Green Blue C M Y K H S L
Decimal 100 0 235 0.57 1 0 0.08 265.53 1 0.46
Hex 64 0 EB 39 64 0 8 10A 64 2E
Octal 144 0 353 71 144 0 10 412 144 56
Binary 1100100 0 11101011 111001 1100100 0 1000 100001010 1100100 101110

Color Harmonies of #6400EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6400EB

Black with #6400EB

Text Example


Text Example

White with #6400EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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