COLOR #6B7A9D

HEX: #6B7A9D RGB: (107,122,157)

Color info

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

RGB color model

#6B7A9D color RGB value is (107,122,157).

RGB: (107,122,157) (42%, 48%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 122 of 255 = 48%
B 157 of 255 = 62%

107
122
157

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

Portions of RGB colors in percentages

R + G + B = 107 + 122 + 157 = 386 (100%)
R 107 of 386 ~ 27.72%
G 122 of 386 ~ 31.61%
B 157 of 386 ~ 40.67'%

%27.72
%31.61
%40.67

CMYK color model

#6B7A9D color CMYK value is (32,22,0,38).

  • cyan value is 31.85%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (32,22,0,38)
C32M22Y0K38 (32%, 22%, 0%, 38%)
(0.32 / 0.22 / 0.00 / 0.38)

CMYK percentages

%31.85
%22.29
%0
%38.43

Codes

Color #6B7A9D in popluar color models

6B 7A 9D
RGB 107 122 157
HSL 222° 20.33% 51.76%
HSB/HSV 222° 31.85% 61.57%
CMYK 31.85% 22.29% 0.00%
38.43%

Color #6B7A9D in popluar number systems.

HEX 6B 7A 9D
Decimal 107 122 157
Binary 1101011 1111010 10011101
Octal 153 172 235

Shades and tints

Shades of #6B7A9D

#6B7A9D
(107,122,157)
#626F8F
(98,111,143)
#596481
(89,100,129)
#505973
(80,89,115)
#474E65
(71,78,101)
#3E4357
(62,67,87)
#353849
(53,56,73)
#2C2D3B
(44,45,59)
#23222D
(35,34,45)
#1A171F
(26,23,31)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6B7A9D

#6B7A9D
(107,122,157)
#7886A5
(120,134,165)
#8592AD
(133,146,173)
#929EB5
(146,158,181)
#9FAABD
(159,170,189)
#ACB6C5
(172,182,197)
#B9C2CD
(185,194,205)
#C6CED5
(198,206,213)
#D3DADD
(211,218,221)
#E0E6E5
(224,230,229)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7A9D; }

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

This text font color is #6B7A9D.

Background Color

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

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

This div background color is #6B7A9D.

Border color

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

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

This div border color is #6B7A9D.

Opacity

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

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

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

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

This text has shadow with #6B7A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7A9D.

Preview

Color preview on black background

This text has color #6B7A9D on black background.


Color preview on white background

This text has color #6B7A9D on white background.


Black color preview on #6B7A9D background

This text has black color on #6B7A9D background.


White color preview on #6B7A9D background

This text has white color on #6B7A9D background.


Related colors

Complementary color

Complementary color for #hex is #948562.


I love getcolorcode.com

Triadic colors

1 #9D6B7A and #7A9D6B with #6B7A9D are triadic colors.

2 #9D7A6B and #7A6B9D with #6B7A9D are triadic colors.