Html Css Color HEX #6C0DDC Electric Indigo

📋 copy color: '#6C0DDC'

red 108 ◦ green 13 ◦ blue 220

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

Shades of Electric Indigo #6C0DDC

Tints of Electric Indigo #6C0DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

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

R = 31.67%
G = 3.81%
B = 64.52%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C0DDC (or 0x6C0DDC) is known color: Electric Indigo. HEX triplet: 6C, 0D and DC. RGB value is (108,13,220). Sum of RGB (Red+Green+Blue) = 108+13+220=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C0DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0DDC is #93F223. Grayscale: #404040. Windows color (decimal): -9695780 or 14421356. OLE color: 14421356.

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

Color convert

RGB 108 13 220 -
CMYK 0.51 0.94 0 0.14
HSL 267.54º 0.89% 0.46% -
HSV(B) 267.54º 0.94% 0.86% -
XYZ 19.25 8.64 68.36 -
YUV 65 215.47 158.67 -
System Red Green Blue C M Y K H S L
Decimal 108 13 220 0.51 0.94 0 0.14 267.54 0.89 0.46
Hex 6C D DC 33 5E 0 E 10C 59 2E
Octal 154 15 334 63 136 0 16 414 131 56
Binary 1101100 1101 11011100 110011 1011110 0 1110 100001100 1011001 101110

Color Harmonies of #6C0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0DDC

Black with #6C0DDC

Text Example


Text Example

White with #6C0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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