#706BF3

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

Shades of Medium Slate Blue #706BF3

Tints of Medium Slate Blue #706BF3

Color information

#706BF3 (or 0x706BF3) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6B and F3. RGB value is (112,107,243). Sum of RGB (Red+Green+Blue) = 112+107+243=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #706BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BF3 is #8F940C. Grayscale: #7B7B7B. Windows color (decimal): -9409549 or 15952752. OLE color: 15952752.

HSL color Cylindrical-coordinate representation of color #706BF3: hue angle of 242.21º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706BF3 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112107243-
CMYK0.540.5600.05
HSL242.21º85%68.63%-
HSV(B)242.21º55.97%95.29%-
XYZ28.1220.4387.26-
YUV124195.16119.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=24.24%
G=23.16%
B=52.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121072430.540.5600.05242.218568.63
Hex706BF3363805f25545
Octal160153363667005362125105
Binary111000011010111111001111011011100001011111001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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