#6d49d9

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

Shades of Slate Blue #6D49D9

Tints of Slate Blue #6D49D9

Color information

#6D49D9 (or 0x6D49D9) is unknown color: approx Slate Blue. HEX triplet: 6D, 49 and D9. RGB value is (109,73,217). Sum of RGB (Red+Green+Blue) = 109+73+217=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 217 (85.16% from 255 or 54.39% from 399); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D49D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D49D9 is #92B626. Grayscale: #636363. Windows color (decimal): -9614887 or 14240109. OLE color: 14240109.

HSL color Cylindrical-coordinate representation of color #6D49D9: hue angle of 255º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D49D9 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10973217-
CMYK0.500.6600.15
HSL255º65.45%56.86%-
HSV(B)255º66.36%85.1%-
XYZ21.2113.0367.04-
YUV100.18193.93134.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.32%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 217 (85.16% from 255) = 54.39%
R=27.32%
G=18.30%
B=54.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109732170.500.6600.1525565.4556.86
Hex6D49D932420Fff4139
Octal1551113316210201737710171
Binary1101101100100111011001110010100001001111111111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d49d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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