#6C4ED4

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

Shades of Slate Blue #6C4ED4

Tints of Slate Blue #6C4ED4

Color information

#6C4ED4 (or 0x6C4ED4) is unknown color: approx Slate Blue. HEX triplet: 6C, 4E and D4. RGB value is (108,78,212). Sum of RGB (Red+Green+Blue) = 108+78+212=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #6C4ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4ED4 is #93B12B. Grayscale: #656565. Windows color (decimal): -9679148 or 13913708. OLE color: 13913708.

HSL color Cylindrical-coordinate representation of color #6C4ED4: hue angle of 253.43º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C4ED4 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10878212-
CMYK0.490.6300.17
HSL253.43º60.91%56.86%-
HSV(B)253.43º63.21%83.14%-
XYZ20.7913.3963.78-
YUV102.25189.94132.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.14%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 212 (83.20% from 255) = 53.27%
R=27.14%
G=19.60%
B=53.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal108782120.490.6300.17253.4360.9156.86
Hex6C4ED4313F011fd3d39
Octal15411632461770213757571
Binary110110010011101101010011000111111101000111111101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,78,212); }

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

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

 a { background-color: rgb(108,78,212); }

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

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

 span { border-color: rgb(108,78,212); }

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