Html Css Color HEX #6D10EC Electric Indigo

📋 copy color: '#6D10EC'

red 109 ◦ green 16 ◦ blue 236

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

Shades of Electric Indigo #6D10EC

Tints of Electric Indigo #6D10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 30.19%
G = 4.43%
B = 65.37%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D10EC (or 0x6D10EC) is known color: Electric Indigo. HEX triplet: 6D, 10 and EC. RGB value is (109,16,236). Sum of RGB (Red+Green+Blue) = 109+16+236=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D10EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D10EC is #92EF13. Grayscale: #444444. Windows color (decimal): -9629460 or 15470701. OLE color: 15470701.

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

Color convert

RGB 109 16 236 -
CMYK 0.54 0.93 0 0.07
HSL 265.36º 0.87% 0.49% -
HSV(B) 265.36º 0.93% 0.93% -
XYZ 21.63 9.68 80.08 -
YUV 68.89 222.31 156.61 -
System Red Green Blue C M Y K H S L
Decimal 109 16 236 0.54 0.93 0 0.07 265.36 0.87 0.49
Hex 6D 10 EC 36 5D 0 7 109 57 31
Octal 155 20 354 66 135 0 7 411 127 61
Binary 1101101 10000 11101100 110110 1011101 0 111 100001001 1010111 110001

Color Harmonies of #6D10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D10EC

Black with #6D10EC

Text Example


Text Example

White with #6D10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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