#6D6FEF

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

Shades of Medium Slate Blue #6D6FEF

Tints of Medium Slate Blue #6D6FEF

Color information

#6D6FEF (or 0x6D6FEF) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 6F and EF. RGB value is (109,111,239). Sum of RGB (Red+Green+Blue) = 109+111+239=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D6FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6FEF is #929010. Grayscale: #7C7C7C. Windows color (decimal): -9605137 or 15691629. OLE color: 15691629.

HSL color Cylindrical-coordinate representation of color #6D6FEF: hue angle of 239.08º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D6FEF is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109111239-
CMYK0.540.5400.06
HSL239.08º80.25%68.24%-
HSV(B)239.08º54.39%93.73%-
XYZ27.5720.8584.23-
YUV124.99192.34116.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 239 (93.75% from 255) = 52.07%
R=23.75%
G=24.18%
B=52.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091112390.540.5400.06239.0880.2568.24
Hex6D6FEF363606ef5044
Octal155157357666606357120104
Binary110110111011111110111111011011011001101110111110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,111,239); }

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

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

 a { background-color: rgb(109,111,239); }

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

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

 span { border-color: rgb(109,111,239); }

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