#6070FE

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

Shades of Medium Slate Blue #6070FE

Tints of Medium Slate Blue #6070FE

Color information

#6070FE (or 0x6070FE) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 70 and FE. RGB value is (96,112,254). Sum of RGB (Red+Green+Blue) = 96+112+254=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 112 (44.14% from 255 or 24.24% 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 #6070FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6070FE is #9F8F01. Grayscale: #7A7A7A. Windows color (decimal): -10456834 or 16674912. OLE color: 16674912.

HSL color Cylindrical-coordinate representation of color #6070FE: hue angle of 233.92º 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 #6070FE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96112254-
CMYK0.620.5600.00
HSL233.92º98.75%68.63%-
HSV(B)233.92º62.2%99.61%-
XYZ28.5121.2396.36-
YUV123.4201.7108.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961122540.620.5600.00233.9298.7568.63
Hex6070FE3E3800ea6345
Octal140160376767000352143105
Binary1100000111000011111110111110111000001110101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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