COLOR #7066C0

HEX: #7066C0 RGB: (112,102,192)

Color info

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

RGB color model

#7066C0 color RGB value is (112,102,192).

RGB: (112,102,192) (44%, 40%, 75%)

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 192 of 255 = 75%

112
102
192

R + G + B ~ 53%. #7066C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 102 + 192 = 406 (100%)
R 112 of 406 ~ 27.59%
G 102 of 406 ~ 25.12%
B 192 of 406 ~ 47.29'%

%27.59
%25.12
%47.29

CMYK color model

#7066C0 color CMYK value is (42,47,0,25).

  • cyan value is 41.67%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (42,47,0,25) C42M47Y0K25 (42%,47%,0%,25%) (0.42/0.47/0.00/0.25) 

CMYK percentages

%41.67
%46.88
%0
%24.71

Codes

Color #7066C0 in popluar color models

70 66 C0
RGB 112 102 192
HSL 247° 41.67% 57.65%
HSB/HSV 247° 46.88% 75.29%
CMYK 41.67% 46.88% 0.00%
24.71%

Color #7066C0 in popluar number systems.

HEX 70 66 C0
Decimal 112 102 192
Binary 1110000 1100110 11000000
Octal 160 146 300

Shades and tints

Shades of #7066C0

#7066C0
(112,102,192)
#665DAF
(102,93,175)
#5C549E
(92,84,158)
#524B8D
(82,75,141)
#48427C
(72,66,124)
#3E396B
(62,57,107)
#34305A
(52,48,90)
#2A2749
(42,39,73)
#201E38
(32,30,56)
#161527
(22,21,39)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #7066C0

#7066C0
(112,102,192)
#7D73C5
(125,115,197)
#8A80CA
(138,128,202)
#978DCF
(151,141,207)
#A49AD4
(164,154,212)
#B1A7D9
(177,167,217)
#BEB4DE
(190,180,222)
#CBC1E3
(203,193,227)
#D8CEE8
(216,206,232)
#E5DBED
(229,219,237)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7066C0 color. Also use rgb(112,102,192) instead hex code.

Text Font Color

.myTextColor { color: #7066C0; }

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

This text font color is #7066C0.

Background Color

.myBgColor { background-color: #7066C0; }

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

This div background color is #7066C0.

Border color

.myBorderColor { border: 1px solid #7066C0; }

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

This div border color is #7066C0.

Opacity

.myOpacity80 { color: #7066C0; opacity: 0.8; }

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

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

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

This text has shadow with #7066C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7066C0.

Preview

Color preview on black background

This text has color #7066C0 on black background.


Color preview on white background

This text has color #7066C0 on white background.


Black color preview on #7066C0 background

This text has black color on #7066C0 background.


White color preview on #7066C0 background

This text has white color on #7066C0 background.


Related colors

Complementary color

Complementary color for #hex is #8F993F.


I love getcolorcode.com

Triadic colors

1 #C07066 and #66C070 with #7066C0 are triadic colors.

2 #C06670 and #6670C0 with #7066C0 are triadic colors.