#706fe4

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

Shades of Medium Slate Blue #706FE4

Tints of Medium Slate Blue #706FE4

Color information

#706FE4 (or 0x706FE4) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 6F and E4. RGB value is (112,111,228). Sum of RGB (Red+Green+Blue) = 112+111+228=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #706FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FE4 is #8F901B. Grayscale: #7C7C7C. Windows color (decimal): -9408540 or 14970736. OLE color: 14970736.

HSL color Cylindrical-coordinate representation of color #706FE4: hue angle of 240.51º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706FE4 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112111228-
CMYK0.510.5100.11
HSL240.51º68.42%66.47%-
HSV(B)240.51º51.32%89.41%-
XYZ26.3720.4275.95-
YUV124.64186.33118.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 228 (89.45% from 255) = 50.55%
R=24.83%
G=24.61%
B=50.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121112280.510.5100.11240.5168.4266.47
Hex706FE433330Bf14442
Octal1601573446363013361104102
Binary1110000110111111100100110011110011010111111000110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706fe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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