Html Css Color HEX #6D0DEC Electric Indigo

📋 copy color: '#6D0DEC'

red 109 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #6D0DEC

Tints of Electric Indigo #6D0DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.92%

R = 30.45%
G = 3.63%
B = 65.92%

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

#6D0DEC (or 0x6D0DEC) is known color: Electric Indigo. HEX triplet: 6D, 0D and EC. RGB value is (109,13,236). Sum of RGB (Red+Green+Blue) = 109+13+236=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D0DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0DEC is #92F213. Grayscale: #424242. Windows color (decimal): -9630228 or 15469933. OLE color: 15469933.

HSL color Cylindrical-coordinate representation of color #6D0DEC: hue angle of 265.83º degrees, saturation: 0.9, 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 #6D0DEC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 13 236 -
CMYK 0.54 0.94 0 0.07
HSL 265.83º 0.9% 0.49% -
HSV(B) 265.83º 0.94% 0.93% -
XYZ 21.59 9.6 80.07 -
YUV 67.13 223.3 157.87 -
System Red Green Blue C M Y K H S L
Decimal 109 13 236 0.54 0.94 0 0.07 265.83 0.9 0.49
Hex 6D D EC 36 5E 0 7 10A 5A 31
Octal 155 15 354 66 136 0 7 412 132 61
Binary 1101101 1101 11101100 110110 1011110 0 111 100001010 1011010 110001

Color Harmonies of #6D0DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0DEC

Black with #6D0DEC

Text Example


Text Example

White with #6D0DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,13,236); }

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

background-color css

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

 a { background-color: rgb(109,13,236); }

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

border-color css

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

 span { border-color: rgb(109,13,236); }

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