#6D49C3

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

Shades of Slate Blue #6D49C3

Tints of Slate Blue #6D49C3

Color information

#6D49C3 (or 0x6D49C3) is unknown color: approx Slate Blue. HEX triplet: 6D, 49 and C3. RGB value is (109,73,195). Sum of RGB (Red+Green+Blue) = 109+73+195=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D49C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D49C3 is #92B63C. Grayscale: #616161. Windows color (decimal): -9614909 or 12798317. OLE color: 12798317.

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

Color convert

RGB10973195-
CMYK0.440.6300.24
HSL257.7º50.41%52.55%-
HSV(B)257.7º62.56%76.47%-
XYZ18.5411.9652.96-
YUV97.67182.93136.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 195 (76.56% from 255) = 51.72%
R=28.91%
G=19.36%
B=51.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal109731950.440.6300.24257.750.4152.55
Hex6D49C32C3F0181023235
Octal15511130354770304026265
Binary1101101100100111000011101100111111011000100000010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D49C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,195); }

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

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

 a { background-color: rgb(109,73,195); }

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

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

 span { border-color: rgb(109,73,195); }

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