Html Css Color HEX #6C11EC Electric Indigo

📋 copy color: '#6C11EC'

red 108 ◦ green 17 ◦ blue 236

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

Shades of Electric Indigo #6C11EC

Tints of Electric Indigo #6C11EC

RGB

 RED value IS 108 (42.58% from 255) = 29.92%

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

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

R = 29.92%
G = 4.71%
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

#6C11EC (or 0x6C11EC) is known color: Electric Indigo. HEX triplet: 6C, 11 and EC. RGB value is (108,17,236). Sum of RGB (Red+Green+Blue) = 108+17+236=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 17 (7.03% from 255 or 4.71% 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 #6C11EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C11EC is #93EE13. Grayscale: #444444. Windows color (decimal): -9694740 or 15470956. OLE color: 15470956.

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

Color convert

RGB 108 17 236 -
CMYK 0.54 0.93 0 0.07
HSL 264.93º 0.87% 0.5% -
HSV(B) 264.93º 0.93% 0.93% -
XYZ 21.53 9.65 80.08 -
YUV 69.18 222.15 155.69 -
System Red Green Blue C M Y K H S L
Decimal 108 17 236 0.54 0.93 0 0.07 264.93 0.87 0.5
Hex 6C 11 EC 36 5D 0 7 109 57 32
Octal 154 21 354 66 135 0 7 411 127 62
Binary 1101100 10001 11101100 110110 1011101 0 111 100001001 1010111 110010

Color Harmonies of #6C11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C11EC

Black with #6C11EC

Text Example


Text Example

White with #6C11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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