COLOR #6F90AB

HEX: #6F90AB RGB: (111,144,171)

Color info

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

RGB color model

#6F90AB color RGB value is (111,144,171).

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

RGB channels and saturation

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

111
144
171

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

Portions of RGB colors in percentages

R + G + B = 111 + 144 + 171 = 426 (100%)
R 111 of 426 ~ 26.06%
G 144 of 426 ~ 33.8%
B 171 of 426 ~ 40.14'%

%26.06
%33.8
%40.14

CMYK color model

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

  • cyan value is 35.09%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

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

CMYK percentages

%35.09
%15.79
%0
%32.94

Codes

Color #6F90AB in popluar color models

6F 90 AB
RGB 111 144 171
HSL 207° 26.32% 55.29%
HSB/HSV 207° 35.09% 67.06%
CMYK 35.09% 15.79% 0.00%
32.94%

Color #6F90AB in popluar number systems.

HEX 6F 90 AB
Decimal 111 144 171
Binary 1101111 10010000 10101011
Octal 157 220 253

Shades and tints

Shades of #6F90AB

#6F90AB
(111,144,171)
#65839C
(101,131,156)
#5B768D
(91,118,141)
#51697E
(81,105,126)
#475C6F
(71,92,111)
#3D4F60
(61,79,96)
#334251
(51,66,81)
#293542
(41,53,66)
#1F2833
(31,40,51)
#151B24
(21,27,36)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #6F90AB

#6F90AB
(111,144,171)
#7C9AB2
(124,154,178)
#89A4B9
(137,164,185)
#96AEC0
(150,174,192)
#A3B8C7
(163,184,199)
#B0C2CE
(176,194,206)
#BDCCD5
(189,204,213)
#CAD6DC
(202,214,220)
#D7E0E3
(215,224,227)
#E4EAEA
(228,234,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F90AB; }

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

This text font color is #6F90AB.

Background Color

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

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

This div background color is #6F90AB.

Border color

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

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

This div border color is #6F90AB.

Opacity

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

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

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

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

This text has shadow with #6F90AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F90AB.

Preview

Color preview on black background

This text has color #6F90AB on black background.


Color preview on white background

This text has color #6F90AB on white background.


Black color preview on #6F90AB background

This text has black color on #6F90AB background.


White color preview on #6F90AB background

This text has white color on #6F90AB background.


Related colors

Complementary color

Complementary color for #hex is #906F54.


I love getcolorcode.com

Triadic colors

1 #AB6F90 and #90AB6F with #6F90AB are triadic colors.

2 #AB906F and #906FAB with #6F90AB are triadic colors.