COLOR #6B84AA

HEX: #6B84AA
RGB: (107,132,170)

Color info

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

RGB color model

#6B84AA color RGB value is (107,132,170).

  • red value is 107;
  • green value is 132;
  • blue value is 170.
RGB:
(107,132,170)
(42%,52%,67%)

RGB channels and saturation

R 107 of 255 = 42%
G 132 of 255 = 52%
B 170 of 255 = 67%

107
132
170

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

Portions of RGB colors in percentages

R + G + B =
107 + 132 + 170 = 409 (100%)
R 107 of 409 ~ 26.16%
G 132 of 409 ~ 32.27%
B 170 of 409 ~ 41.56%

%26.16
%32.27
%41.56

CMYK color model

#6B84AA color CMYK value is (37,22,0,33).

  • cyan value is 37.06%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(37,22,0,33)
C37M22Y0K33 
(37%,22%,0%,33%)
(0.37/0.22/0.00/0.33)	

CMYK percentages

%37.06
%22.35
%0
%33.33

Codes

Color #6B84AA in popluar color models

6B84AA
RGB107132170
HSL216°27.04%54.31%
HSB/HSV216°37.06%66.67%
CMYK37.06%22.35%0.00%
33.33%

Color #6B84AA in popluar number systems.

HEX6B84AA
Decimal107132170
Binary11010111000010010101010
Octal153204252

Shades and tints

Shades of #6B84AA

#6B84AA
(107,132,170)
#62789B
(98,120,155)
#596C8C
(89,108,140)
#50607D
(80,96,125)
#47546E
(71,84,110)
#3E485F
(62,72,95)
#353C50
(53,60,80)
#2C3041
(44,48,65)
#232432
(35,36,50)
#1A1823
(26,24,35)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #6B84AA

#6B84AA
(107,132,170)
#788FB1
(120,143,177)
#859AB8
(133,154,184)
#92A5BF
(146,165,191)
#9FB0C6
(159,176,198)
#ACBBCD
(172,187,205)
#B9C6D4
(185,198,212)
#C6D1DB
(198,209,219)
#D3DCE2
(211,220,226)
#E0E7E9
(224,231,233)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B84AA color. Also use rgb(107,132,170) instead hex code.

Text Font Color

.myTextColor { color: #6B84AA; }

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

This text font color is #6B84AA.


Background Color

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

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

This div background color is #6B84AA.


Border color

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

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

This div border color is #6B84AA.


Opacity

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

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

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

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

This text has shadow with #6B84AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B84AA on black background.


Color preview on white background

This text has color #6B84AA on white background.



Black color preview on #6B84AA background

This text has black color on #6B84AA background.


White color preview on #6B84AA background

This text has white color on #6B84AA background.