COLOR #6F91A1

HEX: #6F91A1 RGB: (111,145,161)

Color info

#6F91A1 contains red, green and blue colors in about the same proportion. Web safe color of #6F91A1 is #669999 (or #699).

RGB color model

#6F91A1 color RGB value is (111,145,161).

RGB: (111,145,161) (44%, 57%, 63%)

RGB channels and saturation

R 111 of 255 = 44%
G 145 of 255 = 57%
B 161 of 255 = 63%

111
145
161

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

Portions of RGB colors in percentages

R + G + B = 111 + 145 + 161 = 417 (100%)
R 111 of 417 ~ 26.62%
G 145 of 417 ~ 34.77%
B 161 of 417 ~ 38.61'%

%26.62
%34.77
%38.61

CMYK color model

#6F91A1 color CMYK value is (31,10,0,37).

  • cyan value is 31.06%
  • magenta value is 9.94%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (31,10,0,37)
C31M10Y0K37 (31%, 10%, 0%, 37%)
(0.31 / 0.10 / 0.00 / 0.37)

CMYK percentages

%31.06
%9.94
%0
%36.86

Codes

Color #6F91A1 in popluar color models

6F 91 A1
RGB 111 145 161
HSL 199° 21.01% 53.33%
HSB/HSV 199° 31.06% 63.14%
CMYK 31.06% 9.94% 0.00%
36.86%

Color #6F91A1 in popluar number systems.

HEX 6F 91 A1
Decimal 111 145 161
Binary 1101111 10010001 10100001
Octal 157 221 241

Shades and tints

Shades of #6F91A1

#6F91A1
(111,145,161)
#658493
(101,132,147)
#5B7785
(91,119,133)
#516A77
(81,106,119)
#475D69
(71,93,105)
#3D505B
(61,80,91)
#33434D
(51,67,77)
#29363F
(41,54,63)
#1F2931
(31,41,49)
#151C23
(21,28,35)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #6F91A1

#6F91A1
(111,145,161)
#7C9BA9
(124,155,169)
#89A5B1
(137,165,177)
#96AFB9
(150,175,185)
#A3B9C1
(163,185,193)
#B0C3C9
(176,195,201)
#BDCDD1
(189,205,209)
#CAD7D9
(202,215,217)
#D7E1E1
(215,225,225)
#E4EBE9
(228,235,233)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F91A1 color. Also use rgb(111,145,161) instead hex code.

Text Font Color

.myTextColor { color: #6F91A1; }

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

This text font color is #6F91A1.

Background Color

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

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

This div background color is #6F91A1.

Border color

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

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

This div border color is #6F91A1.

Opacity

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

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

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

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

This text has shadow with #6F91A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F91A1.

Preview

Color preview on black background

This text has color #6F91A1 on black background.


Color preview on white background

This text has color #6F91A1 on white background.


Black color preview on #6F91A1 background

This text has black color on #6F91A1 background.


White color preview on #6F91A1 background

This text has white color on #6F91A1 background.


Related colors

Complementary color

Complementary color for #hex is #906E5E.


I love getcolorcode.com

Triadic colors

1 #A16F91 and #91A16F with #6F91A1 are triadic colors.

2 #A1916F and #916FA1 with #6F91A1 are triadic colors.