#706BE6

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

Shades of Medium Slate Blue #706BE6

Tints of Medium Slate Blue #706BE6

Color information

#706BE6 (or 0x706BE6) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6B and E6. RGB value is (112,107,230). Sum of RGB (Red+Green+Blue) = 112+107+230=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #706BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BE6 is #8F9419. Grayscale: #7A7A7A. Windows color (decimal): -9409562 or 15100784. OLE color: 15100784.

HSL color Cylindrical-coordinate representation of color #706BE6: hue angle of 242.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706BE6 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB112107230-
CMYK0.510.5300.10
HSL242.44º71.1%66.08%-
HSV(B)242.44º53.48%90.2%-
XYZ26.2219.6777.28-
YUV122.52188.66120.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 230 (90.23% from 255) = 51.22%
R=24.94%
G=23.83%
B=51.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1121072300.510.5300.10242.4471.166.08
Hex706BE633350Af24742
Octal1601533466365012362107102
Binary1110000110101111100110110011110101010101111001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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