Html Css Color HEX #6811EC Electric Indigo

📋 copy color: '#6811EC'

red 104 ◦ green 17 ◦ blue 236

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

Shades of Electric Indigo #6811EC

Tints of Electric Indigo #6811EC

RGB

 RED value IS 104 (41.02% from 255) = 29.13%

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

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

R = 29.13%
G = 4.76%
B = 66.11%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6811EC (or 0x6811EC) is known color: Electric Indigo. HEX triplet: 68, 11 and EC. RGB value is (104,17,236). Sum of RGB (Red+Green+Blue) = 104+17+236=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #6811EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6811EC is #97EE13. Grayscale: #434343. Windows color (decimal): -9956884 or 15470952. OLE color: 15470952.

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

Color convert

RGB 104 17 236 -
CMYK 0.56 0.93 0 0.07
HSL 263.84º 0.87% 0.5% -
HSV(B) 263.84º 0.93% 0.93% -
XYZ 21.05 9.4 80.06 -
YUV 67.98 222.82 153.69 -
System Red Green Blue C M Y K H S L
Decimal 104 17 236 0.56 0.93 0 0.07 263.84 0.87 0.5
Hex 68 11 EC 38 5D 0 7 108 57 32
Octal 150 21 354 70 135 0 7 410 127 62
Binary 1101000 10001 11101100 111000 1011101 0 111 100001000 1010111 110010

Color Harmonies of #6811EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6811EC

Black with #6811EC

Text Example


Text Example

White with #6811EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6811EC; }

 p { color: rgb(104,17,236); }

 H1.HeaderClassName
 {
   color: #6811EC;
 }
 .AnyTagClassName
 {
   color: #6811EC;
 }
</style>

background-color css

<style>
 a { background-color: #6811EC; }

 a { background-color: rgb(104,17,236); }

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

border-color css

<style>
 span { border-color: #6811EC; }

 span { border-color: rgb(104,17,236); }

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