#706FDC

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

Shades of Medium Slate Blue #706FDC

Tints of Medium Slate Blue #706FDC

Color information

#706FDC (or 0x706FDC) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6F and DC. RGB value is (112,111,220). Sum of RGB (Red+Green+Blue) = 112+111+220=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #706FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FDC is #8F9023. Grayscale: #7B7B7B. Windows color (decimal): -9408548 or 14446448. OLE color: 14446448.

HSL color Cylindrical-coordinate representation of color #706FDC: hue angle of 240.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706FDC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112111220-
CMYK0.490.5000.14
HSL240.55º60.89%64.9%-
HSV(B)240.55º49.55%86.27%-
XYZ25.2819.9870.23-
YUV123.72182.33119.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 220 (86.33% from 255) = 49.66%
R=25.28%
G=25.06%
B=49.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121112200.490.5000.14240.5560.8964.9
Hex706FDC31320Ef13d41
Octal160157334616201636175101
Binary111000011011111101110011000111001001110111100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706FDC; }

 p { color: rgb(112,111,220); }

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

<style>
 a { background-color: #706FDC; }

 a { background-color: rgb(112,111,220); }

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

<style>
 span { border-color: #706FDC; }

 span { border-color: rgb(112,111,220); }

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