Html Css Color HEX #6D4EDC Slate Blue

📋 copy color: '#6D4EDC'

red 109 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #6D4EDC

Tints of Slate Blue #6D4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

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

R = 26.78%
G = 19.16%
B = 54.05%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D4EDC (or 0x6D4EDC) is known color: Slate Blue. HEX triplet: 6D, 4E and DC. RGB value is (109,78,220). Sum of RGB (Red+Green+Blue) = 109+78+220=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D4EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EDC is #92B123. Grayscale: #666666. Windows color (decimal): -9613604 or 14437997. OLE color: 14437997.

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

Color convert

RGB 109 78 220 -
CMYK 0.50 0.65 0 0.14
HSL 253.1º 0.67% 0.58% -
HSV(B) 253.1º 0.65% 0.86% -
XYZ 21.95 13.87 69.23 -
YUV 103.46 193.77 131.95 -
System Red Green Blue C M Y K H S L
Decimal 109 78 220 0.50 0.65 0 0.14 253.1 0.67 0.58
Hex 6D 4E DC 32 41 0 E FD 43 3A
Octal 155 116 334 62 101 0 16 375 103 72
Binary 1101101 1001110 11011100 110010 1000001 0 1110 11111101 1000011 111010

Color Harmonies of #6D4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4EDC

Black with #6D4EDC

Text Example


Text Example

White with #6D4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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