#7060FE

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

Shades of Medium Slate Blue #7060FE

Tints of Medium Slate Blue #7060FE

Color information

#7060FE (or 0x7060FE) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 60 and FE. RGB value is (112,96,254). Sum of RGB (Red+Green+Blue) = 112+96+254=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #7060FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060FE is #8F9F01. Grayscale: #767676. Windows color (decimal): -9412354 or 16670832. OLE color: 16670832.

HSL color Cylindrical-coordinate representation of color #7060FE: hue angle of 246.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7060FE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11296254-
CMYK0.560.6200.00
HSL246.08º98.75%68.63%-
HSV(B)246.08º62.2%99.61%-
XYZ28.7518.9795.91-
YUV118.8204.3123.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 254 (99.61% from 255) = 54.98%
R=24.24%
G=20.78%
B=54.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal112962540.560.6200.00246.0898.7568.63
Hex7060FE383E00f66345
Octal160140376707600366143105
Binary1110000110000011111110111000111110001111011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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