#6D5DDD

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

Shades of Slate Blue #6D5DDD

Tints of Slate Blue #6D5DDD

Color information

#6D5DDD (or 0x6D5DDD) is unknown color: approx Slate Blue. HEX triplet: 6D, 5D and DD. RGB value is (109,93,221). Sum of RGB (Red+Green+Blue) = 109+93+221=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D5DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DDD is #92A222. Grayscale: #6F6F6F. Windows color (decimal): -9609763 or 14507373. OLE color: 14507373.

HSL color Cylindrical-coordinate representation of color #6D5DDD: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D5DDD is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10993221-
CMYK0.510.5800.13
HSL247.5º65.31%61.57%-
HSV(B)247.5º57.92%86.67%-
XYZ23.2716.370.33-
YUV112.38189.3125.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.77%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=25.77%
G=21.99%
B=52.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal109932210.510.5800.13247.565.3161.57
Hex6D5DDD333A0Df8413e
Octal155135335637201537010176
Binary110110110111011101110111001111101001101111110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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