#6E5BDC

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

Shades of Slate Blue #6E5BDC

Tints of Slate Blue #6E5BDC

Color information

#6E5BDC (or 0x6E5BDC) is unknown color: approx Slate Blue. HEX triplet: 6E, 5B and DC. RGB value is (110,91,220). Sum of RGB (Red+Green+Blue) = 110+91+220=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BDC is #91A423. Grayscale: #6E6E6E. Windows color (decimal): -9544740 or 14441326. OLE color: 14441326.

HSL color Cylindrical-coordinate representation of color #6E5BDC: hue angle of 248.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E5BDC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11091220-
CMYK0.500.5900.14
HSL248.84º64.82%60.98%-
HSV(B)248.84º58.64%86.27%-
XYZ23.0915.9669.57-
YUV111.39189.29127.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 220 (86.33% from 255) = 52.26%
R=26.13%
G=21.62%
B=52.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110912200.500.5900.14248.8464.8260.98
Hex6E5BDC323B0Ef9413d
Octal156133334627301637110175
Binary110111010110111101110011001011101101110111110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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