#6E49C1

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

Shades of Slate Blue #6E49C1

Tints of Slate Blue #6E49C1

Color information

#6E49C1 (or 0x6E49C1) is unknown color: approx Slate Blue. HEX triplet: 6E, 49 and C1. RGB value is (110,73,193). Sum of RGB (Red+Green+Blue) = 110+73+193=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E49C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E49C1 is #91B63E. Grayscale: #616161. Windows color (decimal): -9549375 or 12667246. OLE color: 12667246.

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

Color convert

RGB11073193-
CMYK0.430.6200.24
HSL258.5º49.18%52.16%-
HSV(B)258.5º62.18%75.69%-
XYZ18.4411.9351.78-
YUV97.74181.76136.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.26%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 193 (75.78% from 255) = 51.33%
R=29.26%
G=19.41%
B=51.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110731930.430.6200.24258.549.1852.16
Hex6E49C12B3E0181023134
Octal15611130153760304026164
Binary1101110100100111000001101011111110011000100000010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E49C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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