COLOR #6070AC

HEX: #6070AC
RGB: (96,112,172)

Color info

#6070AC contains mainly blue color. Web safe color of #6070AC is #666699 (or #669).

RGB color model

#6070AC color RGB value is (96,112,172).

  • red value is 96;
  • green value is 112;
  • blue value is 172.
RGB:
(96,112,172)
(38%,44%,67%)

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 172 of 255 = 67%

96
112
172

R + G + B ~ 50%. #6070AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 112 + 172 = 380 (100%)
R 96 of 380 ~ 25.26%
G 112 of 380 ~ 29.47%
B 172 of 380 ~ 45.26%

%25.26
%29.47
%45.26

CMYK color model

#6070AC color CMYK value is (44,35,0,33).

  • cyan value is 44.19%
  • magenta value is 34.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(44,35,0,33)
C44M35Y0K33 
(44%,35%,0%,33%)
(0.44/0.35/0.00/0.33)	

CMYK percentages

%44.19
%34.88
%0
%32.55

Codes

Color #6070AC in popluar color models

6070AC
RGB96112172
HSL227°31.40%52.55%
HSB/HSV227°44.19%67.45%
CMYK44.19%34.88%0.00%
32.55%

Color #6070AC in popluar number systems.

HEX6070AC
Decimal96112172
Binary1100000111000010101100
Octal140160254

Shades and tints

Shades of #6070AC

#6070AC
(96,112,172)
#58669D
(88,102,157)
#505C8E
(80,92,142)
#48527F
(72,82,127)
#404870
(64,72,112)
#383E61
(56,62,97)
#303452
(48,52,82)
#282A43
(40,42,67)
#202034
(32,32,52)
#181625
(24,22,37)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #6070AC

#6070AC
(96,112,172)
#6E7DB3
(110,125,179)
#7C8ABA
(124,138,186)
#8A97C1
(138,151,193)
#98A4C8
(152,164,200)
#A6B1CF
(166,177,207)
#B4BED6
(180,190,214)
#C2CBDD
(194,203,221)
#D0D8E4
(208,216,228)
#DEE5EB
(222,229,235)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6070AC; }

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

This text font color is #6070AC.


Background Color

.myBgColor { background-color: #6070AC; }

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

This div background color is #6070AC.


Border color

.myBorderColor { border: 1px solid #6070AC; }

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

This div border color is #6070AC.


Opacity

.myOpacity80 { color: #6070AC; opacity: 0.8; }

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

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

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

This text has shadow with #6070AC color.

.textShadow {text-shadow: 3px 3px 1px #6070AC, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6070AC on black background.


Color preview on white background

This text has color #6070AC on white background.



Black color preview on #6070AC background

This text has black color on #6070AC background.


White color preview on #6070AC background

This text has white color on #6070AC background.