Html Css Color HEX #6D11EB Electric Indigo

📋 copy color: '#6D11EB'

red 109 ◦ green 17 ◦ blue 235

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

Shades of Electric Indigo #6D11EB

Tints of Electric Indigo #6D11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.71%

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 30.19%
G = 4.71%
B = 65.1%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D11EB (or 0x6D11EB) is known color: Electric Indigo. HEX triplet: 6D, 11 and EB. RGB value is (109,17,235). Sum of RGB (Red+Green+Blue) = 109+17+235=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D11EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D11EB is #92EE14. Grayscale: #444444. Windows color (decimal): -9629205 or 15405421. OLE color: 15405421.

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

Color convert

RGB 109 17 235 -
CMYK 0.54 0.93 0 0.08
HSL 265.32º 0.87% 0.49% -
HSV(B) 265.32º 0.93% 0.92% -
XYZ 21.5 9.65 79.33 -
YUV 69.36 221.48 156.27 -
System Red Green Blue C M Y K H S L
Decimal 109 17 235 0.54 0.93 0 0.08 265.32 0.87 0.49
Hex 6D 11 EB 36 5D 0 8 109 57 31
Octal 155 21 353 66 135 0 10 411 127 61
Binary 1101101 10001 11101011 110110 1011101 0 1000 100001001 1010111 110001

Color Harmonies of #6D11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D11EB

Black with #6D11EB

Text Example


Text Example

White with #6D11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,235); }

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

background-color css

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

 a { background-color: rgb(109,17,235); }

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

border-color css

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

 span { border-color: rgb(109,17,235); }

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