COLOR #706098

HEX: #706098 RGB: (112,96,152)

Color info

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

RGB color model

#706098 color RGB value is (112,96,152).

RGB: (112,96,152) (44%, 38%, 60%)

RGB channels and saturation

R 112 of 255 = 44%
G 96 of 255 = 38%
B 152 of 255 = 60%

112
96
152

R + G + B ~ 47%. #706098 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 96 + 152 = 360 (100%)
R 112 of 360 ~ 31.11%
G 96 of 360 ~ 26.67%
B 152 of 360 ~ 42.22'%

%31.11
%26.67
%42.22

CMYK color model

#706098 color CMYK value is (26,37,0,40).

  • cyan value is 26.32%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (26,37,0,40)
C26M37Y0K40 (26%, 37%, 0%, 40%)
(0.26 / 0.37 / 0.00 / 0.40)

CMYK percentages

%26.32
%36.84
%0
%40.39

Codes

Color #706098 in popluar color models

70 60 98
RGB 112 96 152
HSL 257° 22.58% 48.63%
HSB/HSV 257° 36.84% 59.61%
CMYK 26.32% 36.84% 0.00%
40.39%

Color #706098 in popluar number systems.

HEX 70 60 98
Decimal 112 96 152
Binary 1110000 1100000 10011000
Octal 160 140 230

Shades and tints

Shades of #706098

#706098
(112,96,152)
#66588B
(102,88,139)
#5C507E
(92,80,126)
#524871
(82,72,113)
#484064
(72,64,100)
#3E3857
(62,56,87)
#34304A
(52,48,74)
#2A283D
(42,40,61)
#202030
(32,32,48)
#161823
(22,24,35)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #706098

#706098
(112,96,152)
#7D6EA1
(125,110,161)
#8A7CAA
(138,124,170)
#978AB3
(151,138,179)
#A498BC
(164,152,188)
#B1A6C5
(177,166,197)
#BEB4CE
(190,180,206)
#CBC2D7
(203,194,215)
#D8D0E0
(216,208,224)
#E5DEE9
(229,222,233)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706098 color. Also use rgb(112,96,152) instead hex code.

Text Font Color

.myTextColor { color: #706098; }

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

This text font color is #706098.

Background Color

.myBgColor { background-color: #706098; }

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

This div background color is #706098.

Border color

.myBorderColor { border: 1px solid #706098; }

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

This div border color is #706098.

Opacity

.myOpacity80 { color: #706098; opacity: 0.8; }

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

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

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

This text has shadow with #706098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706098.

Preview

Color preview on black background

This text has color #706098 on black background.


Color preview on white background

This text has color #706098 on white background.


Black color preview on #706098 background

This text has black color on #706098 background.


White color preview on #706098 background

This text has white color on #706098 background.


Related colors

Complementary color

Complementary color for #hex is #8F9F67.


I love getcolorcode.com

Triadic colors

1 #987060 and #609870 with #706098 are triadic colors.

2 #986070 and #607098 with #706098 are triadic colors.