COLOR #6FB092

HEX: #6FB092 RGB: (111,176,146)

Color info

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

RGB color model

#6FB092 color RGB value is (111,176,146).

RGB: (111,176,146) (44%, 69%, 57%)

RGB channels and saturation

R 111 of 255 = 44%
G 176 of 255 = 69%
B 146 of 255 = 57%

111
176
146

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

Portions of RGB colors in percentages

R + G + B = 111 + 176 + 146 = 433 (100%)
R 111 of 433 ~ 25.64%
G 176 of 433 ~ 40.65%
B 146 of 433 ~ 33.72'%

%25.64
%40.65
%33.72

CMYK color model

#6FB092 color CMYK value is (37,0,17,31).

  • cyan value is 36.93%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 30.98%

CMYK: (37,0,17,31)
C37M0Y17K31 (37%, 0%, 17%, 31%)
(0.37 / 0.00 / 0.17 / 0.31)

CMYK percentages

%36.93
%0
%17.05
%30.98

Codes

Color #6FB092 in popluar color models

6F B0 92
RGB 111 176 146
HSL 152° 29.15% 56.27%
HSB/HSV 152° 36.93% 69.02%
CMYK 36.93% 0.00% 17.05%
30.98%

Color #6FB092 in popluar number systems.

HEX 6F B0 92
Decimal 111 176 146
Binary 1101111 10110000 10010010
Octal 157 260 222

Shades and tints

Shades of #6FB092

#6FB092
(111,176,146)
#65A085
(101,160,133)
#5B9078
(91,144,120)
#51806B
(81,128,107)
#47705E
(71,112,94)
#3D6051
(61,96,81)
#335044
(51,80,68)
#294037
(41,64,55)
#1F302A
(31,48,42)
#15201D
(21,32,29)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6FB092

#6FB092
(111,176,146)
#7CB79B
(124,183,155)
#89BEA4
(137,190,164)
#96C5AD
(150,197,173)
#A3CCB6
(163,204,182)
#B0D3BF
(176,211,191)
#BDDAC8
(189,218,200)
#CAE1D1
(202,225,209)
#D7E8DA
(215,232,218)
#E4EFE3
(228,239,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB092 color. Also use rgb(111,176,146) instead hex code.

Text Font Color

.myTextColor { color: #6FB092; }

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

This text font color is #6FB092.

Background Color

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

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

This div background color is #6FB092.

Border color

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

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

This div border color is #6FB092.

Opacity

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

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

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

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

This text has shadow with #6FB092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB092.

Preview

Color preview on black background

This text has color #6FB092 on black background.


Color preview on white background

This text has color #6FB092 on white background.


Black color preview on #6FB092 background

This text has black color on #6FB092 background.


White color preview on #6FB092 background

This text has white color on #6FB092 background.


Related colors

Complementary color

Complementary color for #hex is #904F6D.


I love getcolorcode.com

Triadic colors

1 #926FB0 and #B0926F with #6FB092 are triadic colors.

2 #92B06F and #B06F92 with #6FB092 are triadic colors.