#6E5AC1

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

Shades of Slate Blue #6E5AC1

Tints of Slate Blue #6E5AC1

Color information

#6E5AC1 (or 0x6E5AC1) is unknown color: approx Slate Blue. HEX triplet: 6E, 5A and C1. RGB value is (110,90,193). Sum of RGB (Red+Green+Blue) = 110+90+193=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E5AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AC1 is #91A53E. Grayscale: #6B6B6B. Windows color (decimal): -9545023 or 12671598. OLE color: 12671598.

HSL color Cylindrical-coordinate representation of color #6E5AC1: hue angle of 251.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5AC1 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11090193-
CMYK0.430.5300.24
HSL251.65º45.37%55.49%-
HSV(B)251.65º53.37%75.69%-
XYZ19.7114.4852.21-
YUV107.72176.13129.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.99%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=27.99%
G=22.90%
B=49.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110901930.430.5300.24251.6545.3755.49
Hex6E5AC12B35018fc2d37
Octal15613230153650303745567
Binary110111010110101100000110101111010101100011111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,193); }

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

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

 a { background-color: rgb(110,90,193); }

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

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

 span { border-color: rgb(110,90,193); }

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