COLOR #6B7AA0

HEX: #6B7AA0
RGB: (107,122,160)

Color info

#6B7AA0 contains red, green and blue colors in about the same proportion. Web safe color of #6B7AA0 is #666699 (or #669).

RGB color model

#6B7AA0 color RGB value is (107,122,160).

  • red value is 107;
  • green value is 122;
  • blue value is 160.
RGB:
(107,122,160)
(42%,48%,63%)

RGB channels and saturation

R 107 of 255 = 42%
G 122 of 255 = 48%
B 160 of 255 = 63%

107
122
160

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

Portions of RGB colors in percentages

R + G + B =
107 + 122 + 160 = 389 (100%)
R 107 of 389 ~ 27.51%
G 122 of 389 ~ 31.36%
B 160 of 389 ~ 41.13%

%27.51
%31.36
%41.13

CMYK color model

#6B7AA0 color CMYK value is (33,24,0,37).

  • cyan value is 33.13%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(33,24,0,37)
C33M24Y0K37 
(33%,24%,0%,37%)
(0.33/0.24/0.00/0.37)	

CMYK percentages

%33.13
%23.75
%0
%37.25

Codes

Color #6B7AA0 in popluar color models

6B7AA0
RGB107122160
HSL223°21.81%52.35%
HSB/HSV223°33.13%62.75%
CMYK33.13%23.75%0.00%
37.25%

Color #6B7AA0 in popluar number systems.

HEX6B7AA0
Decimal107122160
Binary1101011111101010100000
Octal153172240

Shades and tints

Shades of #6B7AA0

#6B7AA0
(107,122,160)
#626F92
(98,111,146)
#596484
(89,100,132)
#505976
(80,89,118)
#474E68
(71,78,104)
#3E435A
(62,67,90)
#35384C
(53,56,76)
#2C2D3E
(44,45,62)
#232230
(35,34,48)
#1A1722
(26,23,34)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #6B7AA0

#6B7AA0
(107,122,160)
#7886A8
(120,134,168)
#8592B0
(133,146,176)
#929EB8
(146,158,184)
#9FAAC0
(159,170,192)
#ACB6C8
(172,182,200)
#B9C2D0
(185,194,208)
#C6CED8
(198,206,216)
#D3DAE0
(211,218,224)
#E0E6E8
(224,230,232)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7AA0 color. Also use rgb(107,122,160) instead hex code.

Text Font Color

.myTextColor { color: #6B7AA0; }

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

This text font color is #6B7AA0.


Background Color

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

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

This div background color is #6B7AA0.


Border color

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

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

This div border color is #6B7AA0.


Opacity

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

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

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

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

This text has shadow with #6B7AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7AA0 on black background.


Color preview on white background

This text has color #6B7AA0 on white background.



Black color preview on #6B7AA0 background

This text has black color on #6B7AA0 background.


White color preview on #6B7AA0 background

This text has white color on #6B7AA0 background.