#6D4AD0

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

Shades of Slate Blue #6D4AD0

Tints of Slate Blue #6D4AD0

Color information

#6D4AD0 (or 0x6D4AD0) is unknown color: approx Slate Blue. HEX triplet: 6D, 4A and D0. RGB value is (109,74,208). Sum of RGB (Red+Green+Blue) = 109+74+208=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D4AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4AD0 is #92B52F. Grayscale: #636363. Windows color (decimal): -9614640 or 13650541. OLE color: 13650541.

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

Color convert

RGB10974208-
CMYK0.480.6400.18
HSL255.67º58.77%55.29%-
HSV(B)255.67º64.42%81.57%-
XYZ20.1412.761.06-
YUV99.74189.1134.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 208 (81.64% from 255) = 53.20%
R=27.88%
G=18.93%
B=53.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109742080.480.6400.18255.6758.7755.29
Hex6D4AD030400121003b37
Octal155112320601000224007367
Binary11011011001010110100001100001000000010010100000000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,208); }

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

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

 a { background-color: rgb(109,74,208); }

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

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

 span { border-color: rgb(109,74,208); }

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