#6D4FDB

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

Shades of Slate Blue #6D4FDB

Tints of Slate Blue #6D4FDB

Color information

#6D4FDB (or 0x6D4FDB) is unknown color: approx Slate Blue. HEX triplet: 6D, 4F and DB. RGB value is (109,79,219). Sum of RGB (Red+Green+Blue) = 109+79+219=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FDB is #92B024. Grayscale: #676767. Windows color (decimal): -9613349 or 14372717. OLE color: 14372717.

HSL color Cylindrical-coordinate representation of color #6D4FDB: hue angle of 252.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D4FDB is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10979219-
CMYK0.500.6400.14
HSL252.86º66.04%58.43%-
HSV(B)252.86º63.93%85.88%-
XYZ21.8913.9668.56-
YUV103.93192.94131.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.78%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=26.78%
G=19.41%
B=53.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109792190.500.6400.14252.8666.0458.43
Hex6D4FDB32400Efd423a
Octal1551173336210001637510272
Binary1101101100111111011011110010100000001110111111011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,79,219); }

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

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

 a { background-color: rgb(109,79,219); }

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

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

 span { border-color: rgb(109,79,219); }

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