Html Css Color HEX #6E0BDD Electric Indigo

📋 copy color: '#6E0BDD'

red 110 ◦ green 11 ◦ blue 221

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

Shades of Electric Indigo #6E0BDD

Tints of Electric Indigo #6E0BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 32.16%
G = 3.22%
B = 64.62%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E0BDD (or 0x6E0BDD) is known color: Electric Indigo. HEX triplet: 6E, 0B and DD. RGB value is (110,11,221). Sum of RGB (Red+Green+Blue) = 110+11+221=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E0BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BDD is #91F422. Grayscale: #3F3F3F. Windows color (decimal): -9565219 or 14486382. OLE color: 14486382.

HSL color Cylindrical-coordinate representation of color #6E0BDD: hue angle of 268.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BDD is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 11 221 -
CMYK 0.50 0.95 0 0.13
HSL 268.29º 0.91% 0.45% -
HSV(B) 268.29º 0.95% 0.87% -
XYZ 19.6 8.77 69.07 -
YUV 64.54 216.3 160.42 -
System Red Green Blue C M Y K H S L
Decimal 110 11 221 0.50 0.95 0 0.13 268.29 0.91 0.45
Hex 6E B DD 32 5F 0 D 10C 5B 2D
Octal 156 13 335 62 137 0 15 414 133 55
Binary 1101110 1011 11011101 110010 1011111 0 1101 100001100 1011011 101101

Color Harmonies of #6E0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0BDD

Black with #6E0BDD

Text Example


Text Example

White with #6E0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,11,221); }

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

background-color css

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

 a { background-color: rgb(110,11,221); }

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

border-color css

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

 span { border-color: rgb(110,11,221); }

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