COLOR #6F90AC

HEX: #6F90AC RGB: (111,144,172)

Color info

#6F90AC contains mainly green and blue colors. Web safe color of #6F90AC is #669999 (or #699).

RGB color model

#6F90AC color RGB value is (111,144,172).

RGB: (111,144,172) (44%, 56%, 67%)

RGB channels and saturation

R 111 of 255 = 44%
G 144 of 255 = 56%
B 172 of 255 = 67%

111
144
172

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

Portions of RGB colors in percentages

R + G + B = 111 + 144 + 172 = 427 (100%)
R 111 of 427 ~ 26%
G 144 of 427 ~ 33.72%
B 172 of 427 ~ 40.28'%

%26
%33.72
%40.28

CMYK color model

#6F90AC color CMYK value is (35,16,0,33).

  • cyan value is 35.47%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (35,16,0,33)
C35M16Y0K33 (35%, 16%, 0%, 33%)
(0.35 / 0.16 / 0.00 / 0.33)

CMYK percentages

%35.47
%16.28
%0
%32.55

Codes

Color #6F90AC in popluar color models

6F 90 AC
RGB 111 144 172
HSL 208° 26.87% 55.49%
HSB/HSV 208° 35.47% 67.45%
CMYK 35.47% 16.28% 0.00%
32.55%

Color #6F90AC in popluar number systems.

HEX 6F 90 AC
Decimal 111 144 172
Binary 1101111 10010000 10101100
Octal 157 220 254

Shades and tints

Shades of #6F90AC

#6F90AC
(111,144,172)
#65839D
(101,131,157)
#5B768E
(91,118,142)
#51697F
(81,105,127)
#475C70
(71,92,112)
#3D4F61
(61,79,97)
#334252
(51,66,82)
#293543
(41,53,67)
#1F2834
(31,40,52)
#151B25
(21,27,37)
#0B0E16
(11,14,22)
#000000
(0,0,0)

Tints of #6F90AC

#6F90AC
(111,144,172)
#7C9AB3
(124,154,179)
#89A4BA
(137,164,186)
#96AEC1
(150,174,193)
#A3B8C8
(163,184,200)
#B0C2CF
(176,194,207)
#BDCCD6
(189,204,214)
#CAD6DD
(202,214,221)
#D7E0E4
(215,224,228)
#E4EAEB
(228,234,235)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F90AC color. Also use rgb(111,144,172) instead hex code.

Text Font Color

.myTextColor { color: #6F90AC; }

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

This text font color is #6F90AC.

Background Color

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

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

This div background color is #6F90AC.

Border color

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

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

This div border color is #6F90AC.

Opacity

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

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

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

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

This text has shadow with #6F90AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F90AC.

Preview

Color preview on black background

This text has color #6F90AC on black background.


Color preview on white background

This text has color #6F90AC on white background.


Black color preview on #6F90AC background

This text has black color on #6F90AC background.


White color preview on #6F90AC background

This text has white color on #6F90AC background.


Related colors

Complementary color

Complementary color for #hex is #906F53.


I love getcolorcode.com

Triadic colors

1 #AC6F90 and #90AC6F with #6F90AC are triadic colors.

2 #AC906F and #906FAC with #6F90AC are triadic colors.