COLOR #706EBE

HEX: #706EBE RGB: (112,110,190)

Color info

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

RGB color model

#706EBE color RGB value is (112,110,190).

RGB: (112,110,190) (44%, 43%, 75%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 190 of 255 = 75%

112
110
190

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

Portions of RGB colors in percentages

R + G + B = 112 + 110 + 190 = 412 (100%)
R 112 of 412 ~ 27.18%
G 110 of 412 ~ 26.7%
B 190 of 412 ~ 46.12'%

%27.18
%26.7
%46.12

CMYK color model

#706EBE color CMYK value is (41,42,0,25).

  • cyan value is 41.05%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (41,42,0,25)
C41M42Y0K25 (41%, 42%, 0%, 25%)
(0.41 / 0.42 / 0.00 / 0.25)

CMYK percentages

%41.05
%42.11
%0
%25.49

Codes

Color #706EBE in popluar color models

70 6E BE
RGB 112 110 190
HSL 242° 38.10% 58.82%
HSB/HSV 242° 42.11% 74.51%
CMYK 41.05% 42.11% 0.00%
25.49%

Color #706EBE in popluar number systems.

HEX 70 6E BE
Decimal 112 110 190
Binary 1110000 1101110 10111110
Octal 160 156 276

Shades and tints

Shades of #706EBE

#706EBE
(112,110,190)
#6664AD
(102,100,173)
#5C5A9C
(92,90,156)
#52508B
(82,80,139)
#48467A
(72,70,122)
#3E3C69
(62,60,105)
#343258
(52,50,88)
#2A2847
(42,40,71)
#201E36
(32,30,54)
#161425
(22,20,37)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #706EBE

#706EBE
(112,110,190)
#7D7BC3
(125,123,195)
#8A88C8
(138,136,200)
#9795CD
(151,149,205)
#A4A2D2
(164,162,210)
#B1AFD7
(177,175,215)
#BEBCDC
(190,188,220)
#CBC9E1
(203,201,225)
#D8D6E6
(216,214,230)
#E5E3EB
(229,227,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706EBE color. Also use rgb(112,110,190) instead hex code.

Text Font Color

.myTextColor { color: #706EBE; }

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

This text font color is #706EBE.

Background Color

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

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

This div background color is #706EBE.

Border color

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

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

This div border color is #706EBE.

Opacity

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

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

Text with #706EBE 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 #706EBE;}

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

This text has shadow with #706EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706EBE.

Preview

Color preview on black background

This text has color #706EBE on black background.


Color preview on white background

This text has color #706EBE on white background.


Black color preview on #706EBE background

This text has black color on #706EBE background.


White color preview on #706EBE background

This text has white color on #706EBE background.


Related colors

Complementary color

Complementary color for #hex is #8F9141.


I love getcolorcode.com

Triadic colors

1 #BE706E and #6EBE70 with #706EBE are triadic colors.

2 #BE6E70 and #6E70BE with #706EBE are triadic colors.