#6D4CDE

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

Shades of Slate Blue #6D4CDE

Tints of Slate Blue #6D4CDE

Color information

#6D4CDE (or 0x6D4CDE) is unknown color: approx Slate Blue. HEX triplet: 6D, 4C and DE. RGB value is (109,76,222). Sum of RGB (Red+Green+Blue) = 109+76+222=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CDE is #92B321. Grayscale: #656565. Windows color (decimal): -9614114 or 14568557. OLE color: 14568557.

HSL color Cylindrical-coordinate representation of color #6D4CDE: hue angle of 253.56º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4CDE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10976222-
CMYK0.510.6600.13
HSL253.56º68.87%58.43%-
HSV(B)253.56º65.77%87.06%-
XYZ22.0813.6970.59-
YUV102.51195.43132.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.78%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=26.78%
G=18.67%
B=54.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal109762220.510.6600.13253.5668.8758.43
Hex6D4CDE33420Dfe453a
Octal1551143366310201537610572
Binary1101101100110011011110110011100001001101111111101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,76,222); }

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

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

 a { background-color: rgb(109,76,222); }

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

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

 span { border-color: rgb(109,76,222); }

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