Html Css Color HEX #6D0CDC Electric Indigo

📋 copy color: '#6D0CDC'

red 109 ◦ green 12 ◦ blue 220

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

Shades of Electric Indigo #6D0CDC

Tints of Electric Indigo #6D0CDC

RGB

 RED value IS 109 (42.97% from 255) = 31.96%

 GREEN value IS 12 (5.08% from 255) = 3.52%

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

R = 31.96%
G = 3.52%
B = 64.52%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D0CDC (or 0x6D0CDC) is known color: Electric Indigo. HEX triplet: 6D, 0C and DC. RGB value is (109,12,220). Sum of RGB (Red+Green+Blue) = 109+12+220=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 12 (5.08% from 255 or 3.52% 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 #6D0CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0CDC is #92F323. Grayscale: #3F3F3F. Windows color (decimal): -9630500 or 14421101. OLE color: 14421101.

HSL color Cylindrical-coordinate representation of color #6D0CDC: hue angle of 267.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0CDC is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 12 220 -
CMYK 0.50 0.95 0 0.14
HSL 267.98º 0.9% 0.45% -
HSV(B) 267.98º 0.95% 0.86% -
XYZ 19.36 8.68 68.37 -
YUV 64.72 215.64 159.59 -
System Red Green Blue C M Y K H S L
Decimal 109 12 220 0.50 0.95 0 0.14 267.98 0.9 0.45
Hex 6D C DC 32 5F 0 E 10C 5A 2D
Octal 155 14 334 62 137 0 16 414 132 55
Binary 1101101 1100 11011100 110010 1011111 0 1110 100001100 1011010 101101

Color Harmonies of #6D0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0CDC

Black with #6D0CDC

Text Example


Text Example

White with #6D0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,12,220); }

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

background-color css

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

 a { background-color: rgb(109,12,220); }

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

border-color css

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

 span { border-color: rgb(109,12,220); }

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