#6D4ECC

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

Shades of Slate Blue #6D4ECC

Tints of Slate Blue #6D4ECC

Color information

#6D4ECC (or 0x6D4ECC) is unknown color: approx Slate Blue. HEX triplet: 6D, 4E and CC. RGB value is (109,78,204). Sum of RGB (Red+Green+Blue) = 109+78+204=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D4ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4ECC is #92B133. Grayscale: #656565. Windows color (decimal): -9613620 or 13389421. OLE color: 13389421.

HSL color Cylindrical-coordinate representation of color #6D4ECC: hue angle of 254.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4ECC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10978204-
CMYK0.470.6200.2
HSL254.76º55.26%55.29%-
HSV(B)254.76º61.76%80%-
XYZ19.9313.0658.6-
YUV101.63185.77133.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=27.88%
G=19.95%
B=52.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal109782040.470.6200.2254.7655.2655.29
Hex6D4ECC2F3E014ff3737
Octal15511631457760243776767
Binary110110110011101100110010111111111001010011111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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