#6E4EDC

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

Shades of Slate Blue #6E4EDC

Tints of Slate Blue #6E4EDC

Color information

#6E4EDC (or 0x6E4EDC) is unknown color: approx Slate Blue. HEX triplet: 6E, 4E and DC. RGB value is (110,78,220). Sum of RGB (Red+Green+Blue) = 110+78+220=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E4EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4EDC is #91B123. Grayscale: #676767. Windows color (decimal): -9548068 or 14437998. OLE color: 14437998.

HSL color Cylindrical-coordinate representation of color #6E4EDC: hue angle of 253.52º 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 #6E4EDC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11078220-
CMYK0.500.6500.14
HSL253.52º66.98%58.43%-
HSV(B)253.52º64.55%86.27%-
XYZ22.0713.9369.24-
YUV103.76193.6132.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 220 (86.33% from 255) = 53.92%
R=26.96%
G=19.12%
B=53.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110782200.500.6500.14253.5266.9858.43
Hex6E4EDC32410Efe433a
Octal1561163346210101637610372
Binary1101110100111011011100110010100000101110111111101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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