COLOR #70699E

HEX: #70699E
RGB: (112,105,158)

Color info

#70699E contains red, green and blue colors in about the same proportion. Web safe color of #70699E is #666699 (or #669).

RGB color model

#70699E color RGB value is (112,105,158).

  • red value is 112;
  • green value is 105;
  • blue value is 158.
RGB:
(112,105,158)
(44%,41%,62%)

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 158 of 255 = 62%

112
105
158

R + G + B ~ 49%. #70699E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 105 + 158 = 375 (100%)
R 112 of 375 ~ 29.87%
G 105 of 375 ~ 28%
B 158 of 375 ~ 42.13%

%29.87
%28
%42.13

CMYK color model

#70699E color CMYK value is (29,34,0,38).

  • cyan value is 29.11%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(29,34,0,38)
C29M34Y0K38 
(29%,34%,0%,38%)
(0.29/0.34/0.00/0.38)	

CMYK percentages

%29.11
%33.54
%0
%38.04

Codes

Color #70699E in popluar color models

70699E
RGB112105158
HSL248°21.46%51.57%
HSB/HSV248°33.54%61.96%
CMYK29.11%33.54%0.00%
38.04%

Color #70699E in popluar number systems.

HEX70699E
Decimal112105158
Binary1110000110100110011110
Octal160151236

Shades and tints

Shades of #70699E

#70699E
(112,105,158)
#666090
(102,96,144)
#5C5782
(92,87,130)
#524E74
(82,78,116)
#484566
(72,69,102)
#3E3C58
(62,60,88)
#34334A
(52,51,74)
#2A2A3C
(42,42,60)
#20212E
(32,33,46)
#161820
(22,24,32)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #70699E

#70699E
(112,105,158)
#7D76A6
(125,118,166)
#8A83AE
(138,131,174)
#9790B6
(151,144,182)
#A49DBE
(164,157,190)
#B1AAC6
(177,170,198)
#BEB7CE
(190,183,206)
#CBC4D6
(203,196,214)
#D8D1DE
(216,209,222)
#E5DEE6
(229,222,230)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70699E color. Also use rgb(112,105,158) instead hex code.

Text Font Color

.myTextColor { color: #70699E; }

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

This text font color is #70699E.


Background Color

.myBgColor { background-color: #70699E; }

<div style="background-color:#70699E">Inner text</div>

This div background color is #70699E.


Border color

.myBorderColor { border: 1px solid #70699E; }

<div style="border:3px solid #70699E">Div</div>

This div border color is #70699E.


Opacity

.myOpacity80 { color: #70699E; opacity: 0.8; }

<p style="color:#70699E;opacity:0.8;">80%</p>

Text with #70699E 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 #70699E;}

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

This text has shadow with #70699E color.

.textShadow {text-shadow: 3px 3px 1px #70699E, 3px 3px 1px red;}

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

This text has shadow with #70699E primary color and red secondary color.


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

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

This text has shadow with #70699E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70699E on black background.


Color preview on white background

This text has color #70699E on white background.



Black color preview on #70699E background

This text has black color on #70699E background.


White color preview on #70699E background

This text has white color on #70699E background.