Html Css Color HEX #6D00DC Electric Indigo

📋 copy color: '#6D00DC'

red 109 ◦ green 0 ◦ blue 220

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

Shades of Electric Indigo #6D00DC

Tints of Electric Indigo #6D00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.13%
G = 0%
B = 66.87%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D00DC (or 0x6D00DC) is known color: Electric Indigo. HEX triplet: 6D, 00 and DC. RGB value is (109,0,220). Sum of RGB (Red+Green+Blue) = 109+0+220=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D00DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00DC is #92FF23. Grayscale: #383838. Windows color (decimal): -9633572 or 14418029. OLE color: 14418029.

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

Color convert

RGB 109 0 220 -
CMYK 0.50 1 0 0.14
HSL 269.73º 1% 0.43% -
HSV(B) 269.73º 1% 0.86% -
XYZ 19.22 8.42 68.32 -
YUV 57.67 219.61 164.61 -
System Red Green Blue C M Y K H S L
Decimal 109 0 220 0.50 1 0 0.14 269.73 1 0.43
Hex 6D 0 DC 32 64 0 E 10E 64 2B
Octal 155 0 334 62 144 0 16 416 144 53
Binary 1101101 0 11011100 110010 1100100 0 1110 100001110 1100100 101011

Color Harmonies of #6D00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D00DC

Black with #6D00DC

Text Example


Text Example

White with #6D00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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