Html Css Color HEX #6D04EA Electric Indigo

📋 copy color: '#6D04EA'

red 109 ◦ green 4 ◦ blue 234

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

Shades of Electric Indigo #6D04EA

Tints of Electric Indigo #6D04EA

RGB

 RED value IS 109 (42.97% from 255) = 31.41%

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

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

R = 31.41%
G = 1.15%
B = 67.44%

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

#6D04EA (or 0x6D04EA) is known color: Electric Indigo. HEX triplet: 6D, 04 and EA. RGB value is (109,4,234). Sum of RGB (Red+Green+Blue) = 109+4+234=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D04EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D04EA is #92FB15. Grayscale: #3C3C3C. Windows color (decimal): -9632534 or 15336557. OLE color: 15336557.

HSL color Cylindrical-coordinate representation of color #6D04EA: hue angle of 267.39º 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 #6D04EA is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 4 234 -
CMYK 0.53 0.98 0 0.08
HSL 267.39º 0.97% 0.47% -
HSV(B) 267.39º 0.98% 0.92% -
XYZ 21.2 9.28 78.52 -
YUV 61.62 225.29 161.8 -
System Red Green Blue C M Y K H S L
Decimal 109 4 234 0.53 0.98 0 0.08 267.39 0.97 0.47
Hex 6D 4 EA 35 62 0 8 10B 61 2F
Octal 155 4 352 65 142 0 10 413 141 57
Binary 1101101 100 11101010 110101 1100010 0 1000 100001011 1100001 101111

Color Harmonies of #6D04EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D04EA

Black with #6D04EA

Text Example


Text Example

White with #6D04EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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