#6D5DD9

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

Shades of Slate Blue #6D5DD9

Tints of Slate Blue #6D5DD9

Color information

#6D5DD9 (or 0x6D5DD9) is unknown color: approx Slate Blue. HEX triplet: 6D, 5D and D9. RGB value is (109,93,217). Sum of RGB (Red+Green+Blue) = 109+93+217=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D5DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DD9 is #92A226. Grayscale: #6F6F6F. Windows color (decimal): -9609767 or 14245229. OLE color: 14245229.

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

Color convert

RGB10993217-
CMYK0.500.5700.15
HSL247.74º62%60.78%-
HSV(B)247.74º57.14%85.1%-
XYZ22.7516.0967.55-
YUV111.92187.3125.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.01%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 217 (85.16% from 255) = 51.79%
R=26.01%
G=22.20%
B=51.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109932170.500.5700.15247.746260.78
Hex6D5DD932390Ff83e3d
Octal15513533162710173707675
Binary11011011011101110110011100101110010111111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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