COLOR #6D92A2

HEX: #6D92A2
RGB: (109,146,162)

Color info

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

RGB color model

#6D92A2 color RGB value is (109,146,162).

  • red value is 109;
  • green value is 146;
  • blue value is 162.
RGB:
(109,146,162)
(43%,57%,64%)

RGB channels and saturation

R 109 of 255 = 43%
G 146 of 255 = 57%
B 162 of 255 = 64%

109
146
162

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

Portions of RGB colors in percentages

R + G + B =
109 + 146 + 162 = 417 (100%)
R 109 of 417 ~ 26.14%
G 146 of 417 ~ 35.01%
B 162 of 417 ~ 38.85%

%26.14
%35.01
%38.85

CMYK color model

#6D92A2 color CMYK value is (33,10,0,36).

  • cyan value is 32.72%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(33,10,0,36)
C33M10Y0K36 
(33%,10%,0%,36%)
(0.33/0.10/0.00/0.36)	

CMYK percentages

%32.72
%9.88
%0
%36.47

Codes

Color #6D92A2 in popluar color models

6D92A2
RGB109146162
HSL198°22.18%53.14%
HSB/HSV198°32.72%63.53%
CMYK32.72%9.88%0.00%
36.47%

Color #6D92A2 in popluar number systems.

HEX6D92A2
Decimal109146162
Binary11011011001001010100010
Octal155222242

Shades and tints

Shades of #6D92A2

#6D92A2
(109,146,162)
#648594
(100,133,148)
#5B7886
(91,120,134)
#526B78
(82,107,120)
#495E6A
(73,94,106)
#40515C
(64,81,92)
#37444E
(55,68,78)
#2E3740
(46,55,64)
#252A32
(37,42,50)
#1C1D24
(28,29,36)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #6D92A2

#6D92A2
(109,146,162)
#7A9BAA
(122,155,170)
#87A4B2
(135,164,178)
#94ADBA
(148,173,186)
#A1B6C2
(161,182,194)
#AEBFCA
(174,191,202)
#BBC8D2
(187,200,210)
#C8D1DA
(200,209,218)
#D5DAE2
(213,218,226)
#E2E3EA
(226,227,234)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D92A2 color. Also use rgb(109,146,162) instead hex code.

Text Font Color

.myTextColor { color: #6D92A2; }

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

This text font color is #6D92A2.


Background Color

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

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

This div background color is #6D92A2.


Border color

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

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

This div border color is #6D92A2.


Opacity

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

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

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

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

This text has shadow with #6D92A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D92A2 on black background.


Color preview on white background

This text has color #6D92A2 on white background.



Black color preview on #6D92A2 background

This text has black color on #6D92A2 background.


White color preview on #6D92A2 background

This text has white color on #6D92A2 background.