Html Css Color HEX #6C11DC Electric Indigo

📋 copy color: '#6C11DC'

red 108 ◦ green 17 ◦ blue 220

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

Shades of Electric Indigo #6C11DC

Tints of Electric Indigo #6C11DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 31.3%
G = 4.93%
B = 63.77%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C11DC (or 0x6C11DC) is known color: Electric Indigo. HEX triplet: 6C, 11 and DC. RGB value is (108,17,220). Sum of RGB (Red+Green+Blue) = 108+17+220=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C11DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C11DC is #93EE23. Grayscale: #424242. Windows color (decimal): -9694756 or 14422380. OLE color: 14422380.

HSL color Cylindrical-coordinate representation of color #6C11DC: hue angle of 266.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C11DC is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 17 220 -
CMYK 0.51 0.92 0 0.14
HSL 266.9º 0.86% 0.46% -
HSV(B) 266.9º 0.92% 0.86% -
XYZ 19.3 8.76 68.38 -
YUV 67.35 214.15 156.99 -
System Red Green Blue C M Y K H S L
Decimal 108 17 220 0.51 0.92 0 0.14 266.9 0.86 0.46
Hex 6C 11 DC 33 5C 0 E 10B 56 2E
Octal 154 21 334 63 134 0 16 413 126 56
Binary 1101100 10001 11011100 110011 1011100 0 1110 100001011 1010110 101110

Color Harmonies of #6C11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C11DC

Black with #6C11DC

Text Example


Text Example

White with #6C11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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