#6070EF

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

Shades of Medium Slate Blue #6070EF

Tints of Medium Slate Blue #6070EF

Color information

#6070EF (or 0x6070EF) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 70 and EF. RGB value is (96,112,239). Sum of RGB (Red+Green+Blue) = 96+112+239=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #6070EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6070EF is #9F8F10. Grayscale: #797979. Windows color (decimal): -10456849 or 15691872. OLE color: 15691872.

HSL color Cylindrical-coordinate representation of color #6070EF: hue angle of 233.29º degrees, saturation: 0.82, 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 #6070EF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96112239-
CMYK0.600.5300.06
HSL233.29º81.71%65.69%-
HSV(B)233.29º59.83%93.73%-
XYZ26.220.3184.2-
YUV121.69194.2109.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.48%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 239 (93.75% from 255) = 53.47%
R=21.48%
G=25.06%
B=53.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal961122390.600.5300.06233.2981.7165.69
Hex6070EF3C3506e95242
Octal140160357746506351122102
Binary110000011100001110111111110011010101101110100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6070EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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