#6D5FD1

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

Shades of Slate Blue #6D5FD1

Tints of Slate Blue #6D5FD1

Color information

#6D5FD1 (or 0x6D5FD1) is unknown color: approx Slate Blue. HEX triplet: 6D, 5F and D1. RGB value is (109,95,209). Sum of RGB (Red+Green+Blue) = 109+95+209=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D5FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FD1 is #92A02E. Grayscale: #6F6F6F. Windows color (decimal): -9609263 or 13721453. OLE color: 13721453.

HSL color Cylindrical-coordinate representation of color #6D5FD1: hue angle of 247.37º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D5FD1 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10995209-
CMYK0.480.5500.18
HSL247.37º55.34%59.61%-
HSV(B)247.37º54.55%81.96%-
XYZ21.9116.0462.26-
YUV112.18182.64125.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.39%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 209 (82.03% from 255) = 50.61%
R=26.39%
G=23.00%
B=50.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109952090.480.5500.18247.3755.3459.61
Hex6D5FD13037012f7373c
Octal15513732160670223676774
Binary110110110111111101000111000011011101001011110111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,95,209); }

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

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

 a { background-color: rgb(109,95,209); }

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

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

 span { border-color: rgb(109,95,209); }

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