COLOR #6F9099

HEX: #6F9099 RGB: (111,144,153)

Color info

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

RGB color model

#6F9099 color RGB value is (111,144,153).

RGB: (111,144,153) (44%, 56%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 144 of 255 = 56%
B 153 of 255 = 60%

111
144
153

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

Portions of RGB colors in percentages

R + G + B = 111 + 144 + 153 = 408 (100%)
R 111 of 408 ~ 27.21%
G 144 of 408 ~ 35.29%
B 153 of 408 ~ 37.5'%

%27.21
%35.29
%37.5

CMYK color model

#6F9099 color CMYK value is (27,6,0,40).

  • cyan value is 27.45%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (27,6,0,40)
C27M6Y0K40 (27%, 6%, 0%, 40%)
(0.27 / 0.06 / 0.00 / 0.40)

CMYK percentages

%27.45
%5.88
%0
%40

Codes

Color #6F9099 in popluar color models

6F 90 99
RGB 111 144 153
HSL 193° 17.07% 51.76%
HSB/HSV 193° 27.45% 60.00%
CMYK 27.45% 5.88% 0.00%
40.00%

Color #6F9099 in popluar number systems.

HEX 6F 90 99
Decimal 111 144 153
Binary 1101111 10010000 10011001
Octal 157 220 231

Shades and tints

Shades of #6F9099

#6F9099
(111,144,153)
#65838C
(101,131,140)
#5B767F
(91,118,127)
#516972
(81,105,114)
#475C65
(71,92,101)
#3D4F58
(61,79,88)
#33424B
(51,66,75)
#29353E
(41,53,62)
#1F2831
(31,40,49)
#151B24
(21,27,36)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #6F9099

#6F9099
(111,144,153)
#7C9AA2
(124,154,162)
#89A4AB
(137,164,171)
#96AEB4
(150,174,180)
#A3B8BD
(163,184,189)
#B0C2C6
(176,194,198)
#BDCCCF
(189,204,207)
#CAD6D8
(202,214,216)
#D7E0E1
(215,224,225)
#E4EAEA
(228,234,234)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9099; }

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

This text font color is #6F9099.

Background Color

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

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

This div background color is #6F9099.

Border color

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

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

This div border color is #6F9099.

Opacity

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

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

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

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

This text has shadow with #6F9099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9099.

Preview

Color preview on black background

This text has color #6F9099 on black background.


Color preview on white background

This text has color #6F9099 on white background.


Black color preview on #6F9099 background

This text has black color on #6F9099 background.


White color preview on #6F9099 background

This text has white color on #6F9099 background.


Related colors

Complementary color

Complementary color for #hex is #906F66.


I love getcolorcode.com

Triadic colors

1 #996F90 and #90996F with #6F9099 are triadic colors.

2 #99906F and #906F99 with #6F9099 are triadic colors.