#6D52FB

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

Shades of Medium Slate Blue #6D52FB

Tints of Medium Slate Blue #6D52FB

Color information

#6D52FB (or 0x6D52FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 52 and FB. RGB value is (109,82,251). Sum of RGB (Red+Green+Blue) = 109+82+251=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D52FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D52FB is #92AD04. Grayscale: #6C6C6C. Windows color (decimal): -9612549 or 16470637. OLE color: 16470637.

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

Color convert

RGB10982251-
CMYK0.570.6700.02
HSL249.59º95.48%65.29%-
HSV(B)249.59º67.33%98.43%-
XYZ26.7416.2592.99-
YUV109.34207.95127.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.66%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 251 (98.44% from 255) = 56.79%
R=24.66%
G=18.55%
B=56.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal109822510.570.6700.02249.5995.4865.29
Hex6D52FB394302fa5f41
Octal1551223737110302372137101
Binary110110110100101111101111100110000110101111101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D52FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,251); }

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

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

 a { background-color: rgb(109,82,251); }

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

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

 span { border-color: rgb(109,82,251); }

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