COLOR #6B92AD

HEX: #6B92AD RGB: (107,146,173)

Color info

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

RGB color model

#6B92AD color RGB value is (107,146,173).

RGB: (107,146,173) (42%, 57%, 68%)

RGB channels and saturation

R 107 of 255 = 42%
G 146 of 255 = 57%
B 173 of 255 = 68%

107
146
173

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

Portions of RGB colors in percentages

R + G + B = 107 + 146 + 173 = 426 (100%)
R 107 of 426 ~ 25.12%
G 146 of 426 ~ 34.27%
B 173 of 426 ~ 40.61'%

%25.12
%34.27
%40.61

CMYK color model

#6B92AD color CMYK value is (38,16,0,32).

  • cyan value is 38.15%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (38,16,0,32)
C38M16Y0K32 (38%, 16%, 0%, 32%)
(0.38 / 0.16 / 0.00 / 0.32)

CMYK percentages

%38.15
%15.61
%0
%32.16

Codes

Color #6B92AD in popluar color models

6B 92 AD
RGB 107 146 173
HSL 205° 28.70% 54.90%
HSB/HSV 205° 38.15% 67.84%
CMYK 38.15% 15.61% 0.00%
32.16%

Color #6B92AD in popluar number systems.

HEX 6B 92 AD
Decimal 107 146 173
Binary 1101011 10010010 10101101
Octal 153 222 255

Shades and tints

Shades of #6B92AD

#6B92AD
(107,146,173)
#62859E
(98,133,158)
#59788F
(89,120,143)
#506B80
(80,107,128)
#475E71
(71,94,113)
#3E5162
(62,81,98)
#354453
(53,68,83)
#2C3744
(44,55,68)
#232A35
(35,42,53)
#1A1D26
(26,29,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #6B92AD

#6B92AD
(107,146,173)
#789BB4
(120,155,180)
#85A4BB
(133,164,187)
#92ADC2
(146,173,194)
#9FB6C9
(159,182,201)
#ACBFD0
(172,191,208)
#B9C8D7
(185,200,215)
#C6D1DE
(198,209,222)
#D3DAE5
(211,218,229)
#E0E3EC
(224,227,236)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B92AD; }

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

This text font color is #6B92AD.

Background Color

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

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

This div background color is #6B92AD.

Border color

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

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

This div border color is #6B92AD.

Opacity

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

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

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

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

This text has shadow with #6B92AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B92AD.

Preview

Color preview on black background

This text has color #6B92AD on black background.


Color preview on white background

This text has color #6B92AD on white background.


Black color preview on #6B92AD background

This text has black color on #6B92AD background.


White color preview on #6B92AD background

This text has white color on #6B92AD background.


Related colors

Complementary color

Complementary color for #hex is #946D52.


I love getcolorcode.com

Triadic colors

1 #AD6B92 and #92AD6B with #6B92AD are triadic colors.

2 #AD926B and #926BAD with #6B92AD are triadic colors.