Html Css Color HEX #6812EC Electric Indigo

📋 copy color: '#6812EC'

red 104 ◦ green 18 ◦ blue 236

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

Shades of Electric Indigo #6812EC

Tints of Electric Indigo #6812EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.03%

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

R = 29.05%
G = 5.03%
B = 65.92%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6812EC (or 0x6812EC) is known color: Electric Indigo. HEX triplet: 68, 12 and EC. RGB value is (104,18,236). Sum of RGB (Red+Green+Blue) = 104+18+236=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 18 (7.42% from 255 or 5.03% 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 #6812EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6812EC is #97ED13. Grayscale: #434343. Windows color (decimal): -9956628 or 15471208. OLE color: 15471208.

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

Color convert

RGB 104 18 236 -
CMYK 0.56 0.92 0 0.07
HSL 263.67º 0.86% 0.5% -
HSV(B) 263.67º 0.92% 0.93% -
XYZ 21.07 9.43 80.07 -
YUV 68.57 222.49 153.27 -
System Red Green Blue C M Y K H S L
Decimal 104 18 236 0.56 0.92 0 0.07 263.67 0.86 0.5
Hex 68 12 EC 38 5C 0 7 108 56 32
Octal 150 22 354 70 134 0 7 410 126 62
Binary 1101000 10010 11101100 111000 1011100 0 111 100001000 1010110 110010

Color Harmonies of #6812EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812EC

Black with #6812EC

Text Example


Text Example

White with #6812EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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