Html Css Color HEX #6D0EED Electric Indigo

📋 copy color: '#6D0EED'

red 109 ◦ green 14 ◦ blue 237

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

Shades of Electric Indigo #6D0EED

Tints of Electric Indigo #6D0EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.83%

R = 30.28%
G = 3.89%
B = 65.83%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D0EED (or 0x6D0EED) is known color: Electric Indigo. HEX triplet: 6D, 0E and ED. RGB value is (109,14,237). Sum of RGB (Red+Green+Blue) = 109+14+237=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D0EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0EED is #92F112. Grayscale: #434343. Windows color (decimal): -9629971 or 15535725. OLE color: 15535725.

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

Color convert

RGB 109 14 237 -
CMYK 0.54 0.94 0 0.07
HSL 265.56º 0.89% 0.49% -
HSV(B) 265.56º 0.94% 0.93% -
XYZ 21.75 9.68 80.84 -
YUV 67.83 223.47 157.37 -
System Red Green Blue C M Y K H S L
Decimal 109 14 237 0.54 0.94 0 0.07 265.56 0.89 0.49
Hex 6D E ED 36 5E 0 7 10A 59 31
Octal 155 16 355 66 136 0 7 412 131 61
Binary 1101101 1110 11101101 110110 1011110 0 111 100001010 1011001 110001

Color Harmonies of #6D0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0EED

Black with #6D0EED

Text Example


Text Example

White with #6D0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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