#6B60EC

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

Shades of Medium Slate Blue #6B60EC

Tints of Medium Slate Blue #6B60EC

Color information

#6B60EC (or 0x6B60EC) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 60 and EC. RGB value is (107,96,236). Sum of RGB (Red+Green+Blue) = 107+96+236=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B60EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B60EC is #949F13. Grayscale: #727272. Windows color (decimal): -9740052 or 15491179. OLE color: 15491179.

HSL color Cylindrical-coordinate representation of color #6B60EC: hue angle of 244.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B60EC is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10796236-
CMYK0.550.5900.07
HSL244.71º78.65%65.1%-
HSV(B)244.71º59.32%92.55%-
XYZ25.3917.5581.41-
YUV115.25196.14122.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.37%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 236 (92.58% from 255) = 53.76%
R=24.37%
G=21.87%
B=53.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal107962360.550.5900.07244.7178.6565.1
Hex6B60EC373B07f54f41
Octal153140354677307365117101
Binary110101111000001110110011011111101101111111010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B60EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,236); }

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

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

 a { background-color: rgb(107,96,236); }

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

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

 span { border-color: rgb(107,96,236); }

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