Html Css Color HEX #6D0CDF Electric Indigo

📋 copy color: '#6D0CDF'

red 109 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #6D0CDF

Tints of Electric Indigo #6D0CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 31.69%
G = 3.49%
B = 64.83%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D0CDF (or 0x6D0CDF) is known color: Electric Indigo. HEX triplet: 6D, 0C and DF. RGB value is (109,12,223). Sum of RGB (Red+Green+Blue) = 109+12+223=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D0CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0CDF is #92F320. Grayscale: #404040. Windows color (decimal): -9630497 or 14617709. OLE color: 14617709.

HSL color Cylindrical-coordinate representation of color #6D0CDF: hue angle of 267.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0CDF is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 12 223 -
CMYK 0.51 0.95 0 0.13
HSL 267.58º 0.9% 0.46% -
HSV(B) 267.58º 0.95% 0.87% -
XYZ 19.76 8.84 70.48 -
YUV 65.06 217.14 159.34 -
System Red Green Blue C M Y K H S L
Decimal 109 12 223 0.51 0.95 0 0.13 267.58 0.9 0.46
Hex 6D C DF 33 5F 0 D 10C 5A 2E
Octal 155 14 337 63 137 0 15 414 132 56
Binary 1101101 1100 11011111 110011 1011111 0 1101 100001100 1011010 101110

Color Harmonies of #6D0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0CDF

Black with #6D0CDF

Text Example


Text Example

White with #6D0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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