Html Css Color HEX #6D0EEA Electric Indigo

📋 copy color: '#6D0EEA'

red 109 ◦ green 14 ◦ blue 234

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

Shades of Electric Indigo #6D0EEA

Tints of Electric Indigo #6D0EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

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

R = 30.53%
G = 3.92%
B = 65.55%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D0EEA (or 0x6D0EEA) is known color: Electric Indigo. HEX triplet: 6D, 0E and EA. RGB value is (109,14,234). Sum of RGB (Red+Green+Blue) = 109+14+234=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D0EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0EEA is #92F115. Grayscale: #424242. Windows color (decimal): -9629974 or 15339117. OLE color: 15339117.

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

Color convert

RGB 109 14 234 -
CMYK 0.53 0.94 0 0.08
HSL 265.91º 0.89% 0.49% -
HSV(B) 265.91º 0.94% 0.92% -
XYZ 21.32 9.51 78.55 -
YUV 67.49 221.97 157.61 -
System Red Green Blue C M Y K H S L
Decimal 109 14 234 0.53 0.94 0 0.08 265.91 0.89 0.49
Hex 6D E EA 35 5E 0 8 10A 59 31
Octal 155 16 352 65 136 0 10 412 131 61
Binary 1101101 1110 11101010 110101 1011110 0 1000 100001010 1011001 110001

Color Harmonies of #6D0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0EEA

Black with #6D0EEA

Text Example


Text Example

White with #6D0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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