#7060F1

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

Shades of Medium Slate Blue #7060F1

Tints of Medium Slate Blue #7060F1

Color information

#7060F1 (or 0x7060F1) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 60 and F1. RGB value is (112,96,241). Sum of RGB (Red+Green+Blue) = 112+96+241=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #7060F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060F1 is #8F9F0E. Grayscale: #747474. Windows color (decimal): -9412367 or 15818864. OLE color: 15818864.

HSL color Cylindrical-coordinate representation of color #7060F1: hue angle of 246.62º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7060F1 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11296241-
CMYK0.540.6000.05
HSL246.62º83.82%66.08%-
HSV(B)246.62º60.17%94.51%-
XYZ26.7418.1685.32-
YUV117.31197.8124.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 241 (94.53% from 255) = 53.67%
R=24.94%
G=21.38%
B=53.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112962410.540.6000.05246.6283.8266.08
Hex7060F1363C05f75442
Octal160140361667405367124102
Binary111000011000001111000111011011110001011111011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7060F1; }

 p { color: rgb(112,96,241); }

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

<style>
 a { background-color: #7060F1; }

 a { background-color: rgb(112,96,241); }

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

<style>
 span { border-color: #7060F1; }

 span { border-color: rgb(112,96,241); }

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