COLOR #6F80A2

HEX: #6F80A2
RGB: (111,128,162)

Color info

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

RGB color model

#6F80A2 color RGB value is (111,128,162).

  • red value is 111;
  • green value is 128;
  • blue value is 162.
RGB:
(111,128,162)
(44%,50%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 128 of 255 = 50%
B 162 of 255 = 64%

111
128
162

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

Portions of RGB colors in percentages

R + G + B =
111 + 128 + 162 = 401 (100%)
R 111 of 401 ~ 27.68%
G 128 of 401 ~ 31.92%
B 162 of 401 ~ 40.4%

%27.68
%31.92
%40.4

CMYK color model

#6F80A2 color CMYK value is (31,21,0,36).

  • cyan value is 31.48%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(31,21,0,36)
C31M21Y0K36 
(31%,21%,0%,36%)
(0.31/0.21/0.00/0.36)	

CMYK percentages

%31.48
%20.99
%0
%36.47

Codes

Color #6F80A2 in popluar color models

6F80A2
RGB111128162
HSL220°21.52%53.53%
HSB/HSV220°31.48%63.53%
CMYK31.48%20.99%0.00%
36.47%

Color #6F80A2 in popluar number systems.

HEX6F80A2
Decimal111128162
Binary11011111000000010100010
Octal157200242

Shades and tints

Shades of #6F80A2

#6F80A2
(111,128,162)
#657594
(101,117,148)
#5B6A86
(91,106,134)
#515F78
(81,95,120)
#47546A
(71,84,106)
#3D495C
(61,73,92)
#333E4E
(51,62,78)
#293340
(41,51,64)
#1F2832
(31,40,50)
#151D24
(21,29,36)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6F80A2

#6F80A2
(111,128,162)
#7C8BAA
(124,139,170)
#8996B2
(137,150,178)
#96A1BA
(150,161,186)
#A3ACC2
(163,172,194)
#B0B7CA
(176,183,202)
#BDC2D2
(189,194,210)
#CACDDA
(202,205,218)
#D7D8E2
(215,216,226)
#E4E3EA
(228,227,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F80A2 color. Also use rgb(111,128,162) instead hex code.

Text Font Color

.myTextColor { color: #6F80A2; }

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

This text font color is #6F80A2.


Background Color

.myBgColor { background-color: #6F80A2; }

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

This div background color is #6F80A2.


Border color

.myBorderColor { border: 1px solid #6F80A2; }

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

This div border color is #6F80A2.


Opacity

.myOpacity80 { color: #6F80A2; opacity: 0.8; }

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

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

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

This text has shadow with #6F80A2 color.

.textShadow {text-shadow: 3px 3px 1px #6F80A2, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F80A2 on black background.


Color preview on white background

This text has color #6F80A2 on white background.



Black color preview on #6F80A2 background

This text has black color on #6F80A2 background.


White color preview on #6F80A2 background

This text has white color on #6F80A2 background.