#6D5FEA

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

Shades of Medium Slate Blue #6D5FEA

Tints of Medium Slate Blue #6D5FEA

Color information

#6D5FEA (or 0x6D5FEA) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 5F and EA. RGB value is (109,95,234). Sum of RGB (Red+Green+Blue) = 109+95+234=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FEA is #92A015. Grayscale: #727272. Windows color (decimal): -9609238 or 15359853. OLE color: 15359853.

HSL color Cylindrical-coordinate representation of color #6D5FEA: hue angle of 246.04º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D5FEA is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10995234-
CMYK0.530.5900.08
HSL246.04º76.8%64.51%-
HSV(B)246.04º59.4%91.76%-
XYZ25.2517.3879.87-
YUV115.03195.14123.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.89%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 234 (91.80% from 255) = 53.42%
R=24.89%
G=21.69%
B=53.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal109952340.530.5900.08246.0476.864.51
Hex6D5FEA353B08f64d41
Octal1551373526573010366115101
Binary1101101101111111101010110101111011010001111011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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