#6D54F9

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

Shades of Medium Slate Blue #6D54F9

Tints of Medium Slate Blue #6D54F9

Color information

#6D54F9 (or 0x6D54F9) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 54 and F9. RGB value is (109,84,249). Sum of RGB (Red+Green+Blue) = 109+84+249=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #6D54F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D54F9 is #92AB06. Grayscale: #6D6D6D. Windows color (decimal): -9612039 or 16340077. OLE color: 16340077.

HSL color Cylindrical-coordinate representation of color #6D54F9: hue angle of 249.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D54F9 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10984249-
CMYK0.560.6600.02
HSL249.09º93.22%65.29%-
HSV(B)249.09º66.27%97.65%-
XYZ26.5816.4391.39-
YUV110.28206.28127.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.66%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 249 (97.66% from 255) = 56.33%
R=24.66%
G=19.00%
B=56.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal109842490.560.6600.02249.0993.2265.29
Hex6D54F9384202f95d41
Octal1551243717010202371135101
Binary110110110101001111100111100010000100101111100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D54F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,249); }

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

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

 a { background-color: rgb(109,84,249); }

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

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

 span { border-color: rgb(109,84,249); }

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