#6D5FF6

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

Shades of Medium Slate Blue #6D5FF6

Tints of Medium Slate Blue #6D5FF6

Color information

#6D5FF6 (or 0x6D5FF6) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 5F and F6. RGB value is (109,95,246). Sum of RGB (Red+Green+Blue) = 109+95+246=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D5FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FF6 is #92A009. Grayscale: #737373. Windows color (decimal): -9609226 or 16146285. OLE color: 16146285.

HSL color Cylindrical-coordinate representation of color #6D5FF6: hue angle of 245.56º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D5FF6 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10995246-
CMYK0.560.6100.04
HSL245.56º89.35%66.86%-
HSV(B)245.56º61.38%96.47%-
XYZ27.0318.0989.26-
YUV116.4201.14122.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.22%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 246 (96.48% from 255) = 54.67%
R=24.22%
G=21.11%
B=54.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal109952460.560.6100.04245.5689.3566.86
Hex6D5FF6383D04f65943
Octal155137366707504366131103
Binary110110110111111111011011100011110101001111011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,95,246); }

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

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

 a { background-color: rgb(109,95,246); }

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

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

 span { border-color: rgb(109,95,246); }

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