COLOR #706FAE

HEX: #706FAE RGB: (112,111,174)

Color info

#706FAE contains mainly blue color. Web safe color of #706FAE is #666699 (or #669).

RGB color model

#706FAE color RGB value is (112,111,174).

RGB: (112,111,174) (44%, 44%, 68%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 174 of 255 = 68%

112
111
174

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

Portions of RGB colors in percentages

R + G + B = 112 + 111 + 174 = 397 (100%)
R 112 of 397 ~ 28.21%
G 111 of 397 ~ 27.96%
B 174 of 397 ~ 43.83'%

%28.21
%27.96
%43.83

CMYK color model

#706FAE color CMYK value is (36,36,0,32).

  • cyan value is 35.63%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (36,36,0,32)
C36M36Y0K32 (36%, 36%, 0%, 32%)
(0.36 / 0.36 / 0.00 / 0.32)

CMYK percentages

%35.63
%36.21
%0
%31.76

Codes

Color #706FAE in popluar color models

70 6F AE
RGB 112 111 174
HSL 241° 28.00% 55.88%
HSB/HSV 241° 36.21% 68.24%
CMYK 35.63% 36.21% 0.00%
31.76%

Color #706FAE in popluar number systems.

HEX 70 6F AE
Decimal 112 111 174
Binary 1110000 1101111 10101110
Octal 160 157 256

Shades and tints

Shades of #706FAE

#706FAE
(112,111,174)
#66659F
(102,101,159)
#5C5B90
(92,91,144)
#525181
(82,81,129)
#484772
(72,71,114)
#3E3D63
(62,61,99)
#343354
(52,51,84)
#2A2945
(42,41,69)
#201F36
(32,31,54)
#161527
(22,21,39)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #706FAE

#706FAE
(112,111,174)
#7D7CB5
(125,124,181)
#8A89BC
(138,137,188)
#9796C3
(151,150,195)
#A4A3CA
(164,163,202)
#B1B0D1
(177,176,209)
#BEBDD8
(190,189,216)
#CBCADF
(203,202,223)
#D8D7E6
(216,215,230)
#E5E4ED
(229,228,237)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706FAE color. Also use rgb(112,111,174) instead hex code.

Text Font Color

.myTextColor { color: #706FAE; }

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

This text font color is #706FAE.

Background Color

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

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

This div background color is #706FAE.

Border color

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

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

This div border color is #706FAE.

Opacity

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

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

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

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

This text has shadow with #706FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706FAE.

Preview

Color preview on black background

This text has color #706FAE on black background.


Color preview on white background

This text has color #706FAE on white background.


Black color preview on #706FAE background

This text has black color on #706FAE background.


White color preview on #706FAE background

This text has white color on #706FAE background.


Related colors

Complementary color

Complementary color for #hex is #8F9051.


I love getcolorcode.com

Triadic colors

1 #AE706F and #6FAE70 with #706FAE are triadic colors.

2 #AE6F70 and #6F70AE with #706FAE are triadic colors.