#6e56c0

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

Shades of Slate Blue #6E56C0

Tints of Slate Blue #6E56C0

Color information

#6E56C0 (or 0x6E56C0) is unknown color: approx Slate Blue. HEX triplet: 6E, 56 and C0. RGB value is (110,86,192). Sum of RGB (Red+Green+Blue) = 110+86+192=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E56C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E56C0 is #91A93F. Grayscale: #686868. Windows color (decimal): -9546048 or 12605038. OLE color: 12605038.

HSL color Cylindrical-coordinate representation of color #6E56C0: hue angle of 253.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E56C0 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11086192-
CMYK0.430.5500.25
HSL253.58º45.69%54.51%-
HSV(B)253.58º55.21%75.29%-
XYZ19.2713.7851.51-
YUV105.26176.95131.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.35%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=28.35%
G=22.16%
B=49.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110861920.430.5500.25253.5845.6954.51
Hex6E56C02B37019fe2e37
Octal15612630053670313765667
Binary110111010101101100000010101111011101100111111110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e56c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,86,192); }

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

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

 a { background-color: rgb(110,86,192); }

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

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

 span { border-color: rgb(110,86,192); }

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