#6D5FE5

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

Shades of Medium Slate Blue #6D5FE5

Tints of Medium Slate Blue #6D5FE5

Color information

#6D5FE5 (or 0x6D5FE5) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 5F and E5. RGB value is (109,95,229). Sum of RGB (Red+Green+Blue) = 109+95+229=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #6D5FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FE5 is #92A01A. Grayscale: #717171. Windows color (decimal): -9609243 or 15032173. OLE color: 15032173.

HSL color Cylindrical-coordinate representation of color #6D5FE5: hue angle of 246.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D5FE5 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10995229-
CMYK0.520.5900.10
HSL246.27º72.04%63.53%-
HSV(B)246.27º58.52%89.8%-
XYZ24.5417.0976.13-
YUV114.46192.64124.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.17%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 229 (89.84% from 255) = 52.89%
R=25.17%
G=21.94%
B=52.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal109952290.520.5900.10246.2772.0463.53
Hex6D5FE5343B0Af64840
Octal1551373456473012366110100
Binary1101101101111111100101110100111011010101111011010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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