#6C60F0

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

Shades of Medium Slate Blue #6C60F0

Tints of Medium Slate Blue #6C60F0

Color information

#6C60F0 (or 0x6C60F0) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 60 and F0. RGB value is (108,96,240). Sum of RGB (Red+Green+Blue) = 108+96+240=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #6C60F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C60F0 is #939F0F. Grayscale: #737373. Windows color (decimal): -9674512 or 15753324. OLE color: 15753324.

HSL color Cylindrical-coordinate representation of color #6C60F0: hue angle of 245º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C60F0 is Cyan = 0.55, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10896240-
CMYK0.550.600.06
HSL245º82.76%65.88%-
HSV(B)245º60%94.12%-
XYZ26.117.8584.51-
YUV116197.98122.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.32%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 240 (94.14% from 255) = 54.05%
R=24.32%
G=21.62%
B=54.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal108962400.550.600.0624582.7665.88
Hex6C60F0373C06f55342
Octal154140360677406365123102
Binary110110011000001111000011011111110001101111010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C60F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,240); }

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

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

 a { background-color: rgb(108,96,240); }

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

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

 span { border-color: rgb(108,96,240); }

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