#7060F3

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

Shades of Medium Slate Blue #7060F3

Tints of Medium Slate Blue #7060F3

Color information

#7060F3 (or 0x7060F3) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 60 and F3. RGB value is (112,96,243). Sum of RGB (Red+Green+Blue) = 112+96+243=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #7060F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060F3 is #8F9F0C. Grayscale: #747474. Windows color (decimal): -9412365 or 15949936. OLE color: 15949936.

HSL color Cylindrical-coordinate representation of color #7060F3: hue angle of 246.53º degrees, saturation: 0.86, 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 #7060F3 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11296243-
CMYK0.540.6000.05
HSL246.53º85.96%66.47%-
HSV(B)246.53º60.49%95.29%-
XYZ27.0418.2886.9-
YUV117.54198.8124.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 243 (95.31% from 255) = 53.88%
R=24.83%
G=21.29%
B=53.88%

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
Decimal112962430.540.6000.05246.5385.9666.47
Hex7060F3363C05f75642
Octal160140363667405367126102
Binary111000011000001111001111011011110001011111011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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