#6D5CD1

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

Shades of Slate Blue #6D5CD1

Tints of Slate Blue #6D5CD1

Color information

#6D5CD1 (or 0x6D5CD1) is unknown color: approx Slate Blue. HEX triplet: 6D, 5C and D1. RGB value is (109,92,209). Sum of RGB (Red+Green+Blue) = 109+92+209=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D5CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5CD1 is #92A32E. Grayscale: #6D6D6D. Windows color (decimal): -9610031 or 13720685. OLE color: 13720685.

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

Color convert

RGB10992209-
CMYK0.480.5600.18
HSL248.72º55.98%59.02%-
HSV(B)248.72º55.98%81.96%-
XYZ21.6415.5162.17-
YUV110.42183.63126.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.59%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 209 (82.03% from 255) = 50.98%
R=26.59%
G=22.44%
B=50.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109922090.480.5600.18248.7255.9859.02
Hex6D5CD13038012f9383b
Octal15513432160700223717073
Binary110110110111001101000111000011100001001011111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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