Html Css Color HEX #6E0DDA Electric Indigo

📋 copy color: '#6E0DDA'

red 110 ◦ green 13 ◦ blue 218

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

Shades of Electric Indigo #6E0DDA

Tints of Electric Indigo #6E0DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 32.26%
G = 3.81%
B = 63.93%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E0DDA (or 0x6E0DDA) is known color: Electric Indigo. HEX triplet: 6E, 0D and DA. RGB value is (110,13,218). Sum of RGB (Red+Green+Blue) = 110+13+218=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E0DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0DDA is #91F225. Grayscale: #404040. Windows color (decimal): -9564710 or 14290286. OLE color: 14290286.

HSL color Cylindrical-coordinate representation of color #6E0DDA: hue angle of 268.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0DDA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 13 218 -
CMYK 0.50 0.94 0 0.15
HSL 268.39º 0.89% 0.45% -
HSV(B) 268.39º 0.94% 0.85% -
XYZ 19.23 8.66 66.99 -
YUV 65.37 214.14 159.83 -
System Red Green Blue C M Y K H S L
Decimal 110 13 218 0.50 0.94 0 0.15 268.39 0.89 0.45
Hex 6E D DA 32 5E 0 F 10C 59 2D
Octal 156 15 332 62 136 0 17 414 131 55
Binary 1101110 1101 11011010 110010 1011110 0 1111 100001100 1011001 101101

Color Harmonies of #6E0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0DDA

Black with #6E0DDA

Text Example


Text Example

White with #6E0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,13,218); }

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

background-color css

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

 a { background-color: rgb(110,13,218); }

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

border-color css

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

 span { border-color: rgb(110,13,218); }

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