#6D5DD7

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

Shades of Slate Blue #6D5DD7

Tints of Slate Blue #6D5DD7

Color information

#6D5DD7 (or 0x6D5DD7) is unknown color: approx Slate Blue. HEX triplet: 6D, 5D and D7. RGB value is (109,93,215). Sum of RGB (Red+Green+Blue) = 109+93+215=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D5DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DD7 is #92A228. Grayscale: #6F6F6F. Windows color (decimal): -9609769 or 14114157. OLE color: 14114157.

HSL color Cylindrical-coordinate representation of color #6D5DD7: hue angle of 247.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D5DD7 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10993215-
CMYK0.490.5700.16
HSL247.87º60.4%60.39%-
HSV(B)247.87º56.74%84.31%-
XYZ22.4915.9966.19-
YUV111.69186.3126.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 215 (84.38% from 255) = 51.56%
R=26.14%
G=22.30%
B=51.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal109932150.490.5700.16247.8760.460.39
Hex6D5DD73139010f83c3c
Octal15513532761710203707474
Binary110110110111011101011111000111100101000011111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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