COLOR #6F9990

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
153
144

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

Portions of RGB colors in percentages

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

%27.21
%37.5
%35.29

CMYK color model

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

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

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

CMYK percentages

%27.45
%0
%5.88
%40

Codes

Color #6F9990 in popluar color models

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

Color #6F9990 in popluar number systems.

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

Shades and tints

Shades of #6F9990

#6F9990
(111,153,144)
#658C83
(101,140,131)
#5B7F76
(91,127,118)
#517269
(81,114,105)
#47655C
(71,101,92)
#3D584F
(61,88,79)
#334B42
(51,75,66)
#293E35
(41,62,53)
#1F3128
(31,49,40)
#15241B
(21,36,27)
#0B170E
(11,23,14)
#000000
(0,0,0)

Tints of #6F9990

#6F9990
(111,153,144)
#7CA29A
(124,162,154)
#89ABA4
(137,171,164)
#96B4AE
(150,180,174)
#A3BDB8
(163,189,184)
#B0C6C2
(176,198,194)
#BDCFCC
(189,207,204)
#CAD8D6
(202,216,214)
#D7E1E0
(215,225,224)
#E4EAEA
(228,234,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9990; }

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

This text font color is #6F9990.

Background Color

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

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

This div background color is #6F9990.

Border color

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

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

This div border color is #6F9990.

Opacity

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

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

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

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

This text has shadow with #6F9990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9990.

Preview

Color preview on black background

This text has color #6F9990 on black background.


Color preview on white background

This text has color #6F9990 on white background.


Black color preview on #6F9990 background

This text has black color on #6F9990 background.


White color preview on #6F9990 background

This text has white color on #6F9990 background.


Related colors

Complementary color

Complementary color for #hex is #90666F.


I love getcolorcode.com

Triadic colors

1 #906F99 and #99906F with #6F9990 are triadic colors.

2 #90996F and #996F90 with #6F9990 are triadic colors.