COLOR #6B9092

HEX: #6B9092 RGB: (107,144,146)

Color info

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

RGB color model

#6B9092 color RGB value is (107,144,146).

RGB: (107,144,146) (42%, 56%, 57%)

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 146 of 255 = 57%

107
144
146

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

Portions of RGB colors in percentages

R + G + B = 107 + 144 + 146 = 397 (100%)
R 107 of 397 ~ 26.95%
G 144 of 397 ~ 36.27%
B 146 of 397 ~ 36.78'%

%26.95
%36.27
%36.78

CMYK color model

#6B9092 color CMYK value is (27,1,0,43).

  • cyan value is 26.71%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (27,1,0,43)
C27M1Y0K43 (27%, 1%, 0%, 43%)
(0.27 / 0.01 / 0.00 / 0.43)

CMYK percentages

%26.71
%1.37
%0
%42.75

Codes

Color #6B9092 in popluar color models

6B 90 92
RGB 107 144 146
HSL 183° 15.42% 49.61%
HSB/HSV 183° 26.71% 57.25%
CMYK 26.71% 1.37% 0.00%
42.75%

Color #6B9092 in popluar number systems.

HEX 6B 90 92
Decimal 107 144 146
Binary 1101011 10010000 10010010
Octal 153 220 222

Shades and tints

Shades of #6B9092

#6B9092
(107,144,146)
#628385
(98,131,133)
#597678
(89,118,120)
#50696B
(80,105,107)
#475C5E
(71,92,94)
#3E4F51
(62,79,81)
#354244
(53,66,68)
#2C3537
(44,53,55)
#23282A
(35,40,42)
#1A1B1D
(26,27,29)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B9092

#6B9092
(107,144,146)
#789A9B
(120,154,155)
#85A4A4
(133,164,164)
#92AEAD
(146,174,173)
#9FB8B6
(159,184,182)
#ACC2BF
(172,194,191)
#B9CCC8
(185,204,200)
#C6D6D1
(198,214,209)
#D3E0DA
(211,224,218)
#E0EAE3
(224,234,227)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9092 color. Also use rgb(107,144,146) instead hex code.

Text Font Color

.myTextColor { color: #6B9092; }

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

This text font color is #6B9092.

Background Color

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

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

This div background color is #6B9092.

Border color

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

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

This div border color is #6B9092.

Opacity

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

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

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

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

This text has shadow with #6B9092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9092.

Preview

Color preview on black background

This text has color #6B9092 on black background.


Color preview on white background

This text has color #6B9092 on white background.


Black color preview on #6B9092 background

This text has black color on #6B9092 background.


White color preview on #6B9092 background

This text has white color on #6B9092 background.


Related colors

Complementary color

Complementary color for #hex is #946F6D.


I love getcolorcode.com

Triadic colors

1 #926B90 and #90926B with #6B9092 are triadic colors.

2 #92906B and #906B92 with #6B9092 are triadic colors.