#6E4DCE

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

Shades of Slate Blue #6E4DCE

Tints of Slate Blue #6E4DCE

Color information

#6E4DCE (or 0x6E4DCE) is unknown color: approx Slate Blue. HEX triplet: 6E, 4D and CE. RGB value is (110,77,206). Sum of RGB (Red+Green+Blue) = 110+77+206=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DCE is #91B231. Grayscale: #656565. Windows color (decimal): -9548338 or 13520238. OLE color: 13520238.

HSL color Cylindrical-coordinate representation of color #6E4DCE: hue angle of 255.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E4DCE is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11077206-
CMYK0.470.6300.19
HSL255.35º56.83%55.49%-
HSV(B)255.35º62.62%80.78%-
XYZ20.2213.0859.85-
YUV101.57186.93134.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.99%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=27.99%
G=19.59%
B=52.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110772060.470.6300.19255.3556.8355.49
Hex6E4DCE2F3F013ff3937
Octal15611531657770233777167
Binary110111010011011100111010111111111101001111111111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,77,206); }

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

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

 a { background-color: rgb(110,77,206); }

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

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

 span { border-color: rgb(110,77,206); }

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