Html Css Color HEX #6E04EA Electric Indigo

📋 copy color: '#6E04EA'

red 110 ◦ green 4 ◦ blue 234

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

Shades of Electric Indigo #6E04EA

Tints of Electric Indigo #6E04EA

RGB

 RED value IS 110 (43.36% from 255) = 31.61%

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

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 31.61%
G = 1.15%
B = 67.24%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E04EA (or 0x6E04EA) is known color: Electric Indigo. HEX triplet: 6E, 04 and EA. RGB value is (110,4,234). Sum of RGB (Red+Green+Blue) = 110+4+234=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E04EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E04EA is #91FB15. Grayscale: #3D3D3D. Windows color (decimal): -9566998 or 15336558. OLE color: 15336558.

HSL color Cylindrical-coordinate representation of color #6E04EA: hue angle of 267.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E04EA is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 4 234 -
CMYK 0.53 0.98 0 0.08
HSL 267.65º 0.97% 0.47% -
HSV(B) 267.65º 0.98% 0.92% -
XYZ 21.33 9.34 78.52 -
YUV 61.91 225.12 162.3 -
System Red Green Blue C M Y K H S L
Decimal 110 4 234 0.53 0.98 0 0.08 267.65 0.97 0.47
Hex 6E 4 EA 35 62 0 8 10C 61 2F
Octal 156 4 352 65 142 0 10 414 141 57
Binary 1101110 100 11101010 110101 1100010 0 1000 100001100 1100001 101111

Color Harmonies of #6E04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E04EA

Black with #6E04EA

Text Example


Text Example

White with #6E04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E04EA; }

 p { color: rgb(110,4,234); }

 H1.HeaderClassName
 {
   color: #6E04EA;
 }
 .AnyTagClassName
 {
   color: #6E04EA;
 }
</style>

background-color css

<style>
 a { background-color: #6E04EA; }

 a { background-color: rgb(110,4,234); }

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

border-color css

<style>
 span { border-color: #6E04EA; }

 span { border-color: rgb(110,4,234); }

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