#6D60E7

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

Shades of Medium Slate Blue #6D60E7

Tints of Medium Slate Blue #6D60E7

Color information

#6D60E7 (or 0x6D60E7) is unknown color: approx Medium Slate Blue. HEX triplet: 6D, 60 and E7. RGB value is (109,96,231). Sum of RGB (Red+Green+Blue) = 109+96+231=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D60E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D60E7 is #929F18. Grayscale: #727272. Windows color (decimal): -9608985 or 15163501. OLE color: 15163501.

HSL color Cylindrical-coordinate representation of color #6D60E7: hue angle of 245.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D60E7 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10996231-
CMYK0.530.5800.09
HSL245.78º73.77%64.12%-
HSV(B)245.78º58.44%90.59%-
XYZ24.9117.3977.64-
YUV115.28193.31123.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 231 (90.62% from 255) = 52.98%
R=25%
G=22.02%
B=52.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal109962310.530.5800.09245.7873.7764.12
Hex6D60E7353A09f64a40
Octal1551403476572011366112100
Binary1101101110000011100111110101111010010011111011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D60E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,231); }

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

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

 a { background-color: rgb(109,96,231); }

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

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

 span { border-color: rgb(109,96,231); }

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