COLOR #6F77AA

HEX: #6F77AA RGB: (111,119,170)

Color info

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

RGB color model

#6F77AA color RGB value is (111,119,170).

RGB: (111,119,170) (44%, 47%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 170 of 255 = 67%

111
119
170

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

Portions of RGB colors in percentages

R + G + B = 111 + 119 + 170 = 400 (100%)
R 111 of 400 ~ 27.75%
G 119 of 400 ~ 29.75%
B 170 of 400 ~ 42.5'%

%27.75
%29.75
%42.5

CMYK color model

#6F77AA color CMYK value is (35,30,0,33).

  • cyan value is 34.71%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (35,30,0,33)
C35M30Y0K33 (35%, 30%, 0%, 33%)
(0.35 / 0.30 / 0.00 / 0.33)

CMYK percentages

%34.71
%30
%0
%33.33

Codes

Color #6F77AA in popluar color models

6F 77 AA
RGB 111 119 170
HSL 232° 25.76% 55.10%
HSB/HSV 232° 34.71% 66.67%
CMYK 34.71% 30.00% 0.00%
33.33%

Color #6F77AA in popluar number systems.

HEX 6F 77 AA
Decimal 111 119 170
Binary 1101111 1110111 10101010
Octal 157 167 252

Shades and tints

Shades of #6F77AA

#6F77AA
(111,119,170)
#656D9B
(101,109,155)
#5B638C
(91,99,140)
#51597D
(81,89,125)
#474F6E
(71,79,110)
#3D455F
(61,69,95)
#333B50
(51,59,80)
#293141
(41,49,65)
#1F2732
(31,39,50)
#151D23
(21,29,35)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6F77AA

#6F77AA
(111,119,170)
#7C83B1
(124,131,177)
#898FB8
(137,143,184)
#969BBF
(150,155,191)
#A3A7C6
(163,167,198)
#B0B3CD
(176,179,205)
#BDBFD4
(189,191,212)
#CACBDB
(202,203,219)
#D7D7E2
(215,215,226)
#E4E3E9
(228,227,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F77AA color. Also use rgb(111,119,170) instead hex code.

Text Font Color

.myTextColor { color: #6F77AA; }

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

This text font color is #6F77AA.

Background Color

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

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

This div background color is #6F77AA.

Border color

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

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

This div border color is #6F77AA.

Opacity

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

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

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

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

This text has shadow with #6F77AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F77AA.

Preview

Color preview on black background

This text has color #6F77AA on black background.


Color preview on white background

This text has color #6F77AA on white background.


Black color preview on #6F77AA background

This text has black color on #6F77AA background.


White color preview on #6F77AA background

This text has white color on #6F77AA background.


Related colors

Complementary color

Complementary color for #hex is #908855.


I love getcolorcode.com

Triadic colors

1 #AA6F77 and #77AA6F with #6F77AA are triadic colors.

2 #AA776F and #776FAA with #6F77AA are triadic colors.