#6E5CD1

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

Shades of Slate Blue #6E5CD1

Tints of Slate Blue #6E5CD1

Color information

#6E5CD1 (or 0x6E5CD1) is unknown color: approx Slate Blue. HEX triplet: 6E, 5C and D1. RGB value is (110,92,209). Sum of RGB (Red+Green+Blue) = 110+92+209=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #6E5CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5CD1 is #91A32E. Grayscale: #6E6E6E. Windows color (decimal): -9544495 or 13720686. OLE color: 13720686.

HSL color Cylindrical-coordinate representation of color #6E5CD1: hue angle of 249.23º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E5CD1 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11092209-
CMYK0.470.5600.18
HSL249.23º55.98%59.02%-
HSV(B)249.23º55.98%81.96%-
XYZ21.7715.5762.18-
YUV110.72183.46127.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.76%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 209 (82.03% from 255) = 50.85%
R=26.76%
G=22.38%
B=50.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal110922090.470.5600.18249.2355.9859.02
Hex6E5CD12F38012f9383b
Octal15613432157700223717073
Binary110111010111001101000110111111100001001011111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,92,209); }

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

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

 a { background-color: rgb(110,92,209); }

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

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

 span { border-color: rgb(110,92,209); }

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