COLOR #706BE6

HEX: #706BE6
RGB: (112,107,230)

Color info

#706BE6 contains mainly blue color. Web safe color of #706BE6 is #6666CC (or #66C).

RGB color model

#706BE6 color RGB value is (112,107,230).

  • red value is 112;
  • green value is 107;
  • blue value is 230.
RGB:
(112,107,230)
(44%,42%,90%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 230 of 255 = 90%

112
107
230

R + G + B ~ 59%. #706BE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 230 = 449 (100%)
R 112 of 449 ~ 24.94%
G 107 of 449 ~ 23.83%
B 230 of 449 ~ 51.22%

%24.94
%23.83
%51.22

CMYK color model

#706BE6 color CMYK value is (51,53,0,10).

  • cyan value is 51.30%
  • magenta value is 53.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(51,53,0,10)
C51M53Y0K10 
(51%,53%,0%,10%)
(0.51/0.53/0.00/0.10)	

CMYK percentages

%51.3
%53.48
%0
%9.8

Codes

Color #706BE6 in popluar color models

706BE6
RGB112107230
HSL242°71.10%66.08%
HSB/HSV242°53.48%90.20%
CMYK51.30%53.48%0.00%
9.80%

Color #706BE6 in popluar number systems.

HEX706BE6
Decimal112107230
Binary1110000110101111100110
Octal160153346

Shades and tints

Shades of #706BE6

#706BE6
(112,107,230)
#6662D2
(102,98,210)
#5C59BE
(92,89,190)
#5250AA
(82,80,170)
#484796
(72,71,150)
#3E3E82
(62,62,130)
#34356E
(52,53,110)
#2A2C5A
(42,44,90)
#202346
(32,35,70)
#161A32
(22,26,50)
#0C111E
(12,17,30)
#000000
(0,0,0)

Tints of #706BE6

#706BE6
(112,107,230)
#7D78E8
(125,120,232)
#8A85EA
(138,133,234)
#9792EC
(151,146,236)
#A49FEE
(164,159,238)
#B1ACF0
(177,172,240)
#BEB9F2
(190,185,242)
#CBC6F4
(203,198,244)
#D8D3F6
(216,211,246)
#E5E0F8
(229,224,248)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706BE6 color. Also use rgb(112,107,230) instead hex code.

Text Font Color

.myTextColor { color: #706BE6; }

<p style="color:#706BE6">This sample text font color is #706BE6.</p>

This text font color is #706BE6.


Background Color

.myBgColor { background-color: #706BE6; }

<div style="background-color:#706BE6">Inner text</div>

This div background color is #706BE6.


Border color

.myBorderColor { border: 1px solid #706BE6; }

<div style="border:3px solid #706BE6">Div</div>

This div border color is #706BE6.


Opacity

.myOpacity80 { color: #706BE6; opacity: 0.8; }

<p style="color:#706BE6;opacity:0.8;">80%</p>

Text with #706BE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #706BE6;}

<p style="text-shadow: 3px 3px 1px #706BE6">Text here.</p>

This text has shadow with #706BE6 color.

.textShadow {text-shadow: 3px 3px 1px #706BE6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #706BE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #706BE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#706BE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#706BE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #706BE6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #706BE6;
  -webkit-box-shadow:	1px 1px 3px 2px #706BE6;
  box-shadow:		1px 1px 3px 2px #706BE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #706BE6;
-webkit-box-shadow: 1px 1px 3px 2px #706BE6;
box-shadow:1px 1px 3px 2px #706BE6;">
Div content here</div>
This div box has shadow with color #706BE6.

Preview

Color preview on black background

This text has color #706BE6 on black background.


Color preview on white background

This text has color #706BE6 on white background.



Black color preview on #706BE6 background

This text has black color on #706BE6 background.


White color preview on #706BE6 background

This text has white color on #706BE6 background.