Html Css Color HEX #6E0BDF Electric Indigo

📋 copy color: '#6E0BDF'

red 110 ◦ green 11 ◦ blue 223

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

Shades of Electric Indigo #6E0BDF

Tints of Electric Indigo #6E0BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 31.98%
G = 3.2%
B = 64.83%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E0BDF (or 0x6E0BDF) is known color: Electric Indigo. HEX triplet: 6E, 0B and DF. RGB value is (110,11,223). Sum of RGB (Red+Green+Blue) = 110+11+223=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E0BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BDF is #91F420. Grayscale: #404040. Windows color (decimal): -9565217 or 14617454. OLE color: 14617454.

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

Color convert

RGB 110 11 223 -
CMYK 0.51 0.95 0 0.13
HSL 268.02º 0.91% 0.46% -
HSV(B) 268.02º 0.95% 0.87% -
XYZ 19.87 8.88 70.48 -
YUV 64.77 217.3 160.26 -
System Red Green Blue C M Y K H S L
Decimal 110 11 223 0.51 0.95 0 0.13 268.02 0.91 0.46
Hex 6E B DF 33 5F 0 D 10C 5B 2E
Octal 156 13 337 63 137 0 15 414 133 56
Binary 1101110 1011 11011111 110011 1011111 0 1101 100001100 1011011 101110

Color Harmonies of #6E0BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0BDF

Black with #6E0BDF

Text Example


Text Example

White with #6E0BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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