#6D4EC5

Color #6D4EC5 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6D4EC5

Tints of Slate Blue #6D4EC5

Color information

#6D4EC5 (or 0x6D4EC5) is unknown color: approx Slate Blue. HEX triplet: 6D, 4E and C5. RGB value is (109,78,197). Sum of RGB (Red+Green+Blue) = 109+78+197=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D4EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EC5 is #92B13A. Grayscale: #646464. Windows color (decimal): -9613627 or 12930669. OLE color: 12930669.

HSL color Cylindrical-coordinate representation of color #6D4EC5: hue angle of 255.63º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4EC5 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10978197-
CMYK0.450.6000.23
HSL255.63º50.64%53.92%-
HSV(B)255.63º60.41%77.25%-
XYZ19.1112.7354.27-
YUV100.84182.27133.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 197 (77.34% from 255) = 51.30%
R=28.39%
G=20.31%
B=51.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal109781970.450.6000.23255.6350.6453.92
Hex6D4EC52D3C0171003336
Octal15511630555740274006366
Binary1101101100111011000101101101111100010111100000000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D4EC5;
 }
 .AnyTagClassName
 {
   color: #6D4EC5;
 }
</style>
background-color css

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

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

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

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

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

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