COLOR #7061E6

HEX: #7061E6 RGB: (112,97,230)

Color info

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

RGB color model

#7061E6 color RGB value is (112,97,230).

RGB: (112,97,230) (44%, 38%, 90%)

RGB channels and saturation

R 112 of 255 = 44%
G 97 of 255 = 38%
B 230 of 255 = 90%

112
97
230

R + G + B ~ 57%. #7061E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 97 + 230 = 439 (100%)
R 112 of 439 ~ 25.51%
G 97 of 439 ~ 22.1%
B 230 of 439 ~ 52.39'%

%25.51
%22.1
%52.39

CMYK color model

#7061E6 color CMYK value is (51,58,0,10).

  • cyan value is 51.30%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (51,58,0,10)
C51M58Y0K10 (51%, 58%, 0%, 10%)
(0.51 / 0.58 / 0.00 / 0.10)

CMYK percentages

%51.3
%57.83
%0
%9.8

Codes

Color #7061E6 in popluar color models

70 61 E6
RGB 112 97 230
HSL 247° 72.68% 64.12%
HSB/HSV 247° 57.83% 90.20%
CMYK 51.30% 57.83% 0.00%
9.80%

Color #7061E6 in popluar number systems.

HEX 70 61 E6
Decimal 112 97 230
Binary 1110000 1100001 11100110
Octal 160 141 346

Shades and tints

Shades of #7061E6

#7061E6
(112,97,230)
#6659D2
(102,89,210)
#5C51BE
(92,81,190)
#5249AA
(82,73,170)
#484196
(72,65,150)
#3E3982
(62,57,130)
#34316E
(52,49,110)
#2A295A
(42,41,90)
#202146
(32,33,70)
#161932
(22,25,50)
#0C111E
(12,17,30)
#000000
(0,0,0)

Tints of #7061E6

#7061E6
(112,97,230)
#7D6FE8
(125,111,232)
#8A7DEA
(138,125,234)
#978BEC
(151,139,236)
#A499EE
(164,153,238)
#B1A7F0
(177,167,240)
#BEB5F2
(190,181,242)
#CBC3F4
(203,195,244)
#D8D1F6
(216,209,246)
#E5DFF8
(229,223,248)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7061E6 color. Also use rgb(112,97,230) instead hex code.

Text Font Color

.myTextColor { color: #7061E6; }

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

This text font color is #7061E6.

Background Color

.myBgColor { background-color: #7061E6; }

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

This div background color is #7061E6.

Border color

.myBorderColor { border: 1px solid #7061E6; }

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

This div border color is #7061E6.

Opacity

.myOpacity80 { color: #7061E6; opacity: 0.8; }

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

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

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

This text has shadow with #7061E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7061E6.

Preview

Color preview on black background

This text has color #7061E6 on black background.


Color preview on white background

This text has color #7061E6 on white background.


Black color preview on #7061E6 background

This text has black color on #7061E6 background.


White color preview on #7061E6 background

This text has white color on #7061E6 background.


Related colors

Complementary color

Complementary color for #hex is #8F9E19.


I love getcolorcode.com

Triadic colors

1 #E67061 and #61E670 with #7061E6 are triadic colors.

2 #E66170 and #6170E6 with #7061E6 are triadic colors.