#6D5EDC

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

Shades of Slate Blue #6D5EDC

Tints of Slate Blue #6D5EDC

Color information

#6D5EDC (or 0x6D5EDC) is unknown color: approx Slate Blue. HEX triplet: 6D, 5E and DC. RGB value is (109,94,220). Sum of RGB (Red+Green+Blue) = 109+94+220=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D5EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5EDC is #92A123. Grayscale: #707070. Windows color (decimal): -9609508 or 14442093. OLE color: 14442093.

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

Color convert

RGB10994220-
CMYK0.500.5700.14
HSL247.14º64.29%61.57%-
HSV(B)247.14º57.27%86.27%-
XYZ23.2316.4269.66-
YUV112.85188.47125.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.77%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=25.77%
G=22.22%
B=52.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109942200.500.5700.14247.1464.2961.57
Hex6D5EDC32390Ef7403e
Octal155136334627101636710076
Binary110110110111101101110011001011100101110111101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,220); }

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

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

 a { background-color: rgb(109,94,220); }

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

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

 span { border-color: rgb(109,94,220); }

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