COLOR #6B92AC

HEX: #6B92AC
RGB: (107,146,172)

Color info

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

RGB color model

#6B92AC color RGB value is (107,146,172).

  • red value is 107;
  • green value is 146;
  • blue value is 172.
RGB:
(107,146,172)
(42%,57%,67%)

RGB channels and saturation

R 107 of 255 = 42%
G 146 of 255 = 57%
B 172 of 255 = 67%

107
146
172

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

Portions of RGB colors in percentages

R + G + B =
107 + 146 + 172 = 425 (100%)
R 107 of 425 ~ 25.18%
G 146 of 425 ~ 34.35%
B 172 of 425 ~ 40.47%

%25.18
%34.35
%40.47

CMYK color model

#6B92AC color CMYK value is (38,15,0,33).

  • cyan value is 37.79%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(38,15,0,33)
C38M15Y0K33 
(38%,15%,0%,33%)
(0.38/0.15/0.00/0.33)	

CMYK percentages

%37.79
%15.12
%0
%32.55

Codes

Color #6B92AC in popluar color models

6B92AC
RGB107146172
HSL204°28.14%54.71%
HSB/HSV204°37.79%67.45%
CMYK37.79%15.12%0.00%
32.55%

Color #6B92AC in popluar number systems.

HEX6B92AC
Decimal107146172
Binary11010111001001010101100
Octal153222254

Shades and tints

Shades of #6B92AC

#6B92AC
(107,146,172)
#62859D
(98,133,157)
#59788E
(89,120,142)
#506B7F
(80,107,127)
#475E70
(71,94,112)
#3E5161
(62,81,97)
#354452
(53,68,82)
#2C3743
(44,55,67)
#232A34
(35,42,52)
#1A1D25
(26,29,37)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #6B92AC

#6B92AC
(107,146,172)
#789BB3
(120,155,179)
#85A4BA
(133,164,186)
#92ADC1
(146,173,193)
#9FB6C8
(159,182,200)
#ACBFCF
(172,191,207)
#B9C8D6
(185,200,214)
#C6D1DD
(198,209,221)
#D3DAE4
(211,218,228)
#E0E3EB
(224,227,235)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B92AC; }

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

This text font color is #6B92AC.


Background Color

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

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

This div background color is #6B92AC.


Border color

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

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

This div border color is #6B92AC.


Opacity

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

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

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

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

This text has shadow with #6B92AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B92AC on black background.


Color preview on white background

This text has color #6B92AC on white background.



Black color preview on #6B92AC background

This text has black color on #6B92AC background.


White color preview on #6B92AC background

This text has white color on #6B92AC background.