COLOR #6A7999

HEX: #6A7999 RGB: (106,121,153)

Color info

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

RGB color model

#6A7999 color RGB value is (106,121,153).

RGB: (106,121,153) (42%, 47%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 121 of 255 = 47%
B 153 of 255 = 60%

106
121
153

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

Portions of RGB colors in percentages

R + G + B = 106 + 121 + 153 = 380 (100%)
R 106 of 380 ~ 27.89%
G 121 of 380 ~ 31.84%
B 153 of 380 ~ 40.26'%

%27.89
%31.84
%40.26

CMYK color model

#6A7999 color CMYK value is (31,21,0,40).

  • cyan value is 30.72%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (31,21,0,40)
C31M21Y0K40 (31%, 21%, 0%, 40%)
(0.31 / 0.21 / 0.00 / 0.40)

CMYK percentages

%30.72
%20.92
%0
%40

Codes

Color #6A7999 in popluar color models

6A 79 99
RGB 106 121 153
HSL 221° 18.73% 50.78%
HSB/HSV 221° 30.72% 60.00%
CMYK 30.72% 20.92% 0.00%
40.00%

Color #6A7999 in popluar number systems.

HEX 6A 79 99
Decimal 106 121 153
Binary 1101010 1111001 10011001
Octal 152 171 231

Shades and tints

Shades of #6A7999

#6A7999
(106,121,153)
#616E8C
(97,110,140)
#58637F
(88,99,127)
#4F5872
(79,88,114)
#464D65
(70,77,101)
#3D4258
(61,66,88)
#34374B
(52,55,75)
#2B2C3E
(43,44,62)
#222131
(34,33,49)
#191624
(25,22,36)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #6A7999

#6A7999
(106,121,153)
#7785A2
(119,133,162)
#8491AB
(132,145,171)
#919DB4
(145,157,180)
#9EA9BD
(158,169,189)
#ABB5C6
(171,181,198)
#B8C1CF
(184,193,207)
#C5CDD8
(197,205,216)
#D2D9E1
(210,217,225)
#DFE5EA
(223,229,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7999 color. Also use rgb(106,121,153) instead hex code.

Text Font Color

.myTextColor { color: #6A7999; }

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

This text font color is #6A7999.

Background Color

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

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

This div background color is #6A7999.

Border color

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

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

This div border color is #6A7999.

Opacity

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

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

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

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

This text has shadow with #6A7999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7999.

Preview

Color preview on black background

This text has color #6A7999 on black background.


Color preview on white background

This text has color #6A7999 on white background.


Black color preview on #6A7999 background

This text has black color on #6A7999 background.


White color preview on #6A7999 background

This text has white color on #6A7999 background.


Related colors

Complementary color

Complementary color for #hex is #958666.


I love getcolorcode.com

Triadic colors

1 #996A79 and #79996A with #6A7999 are triadic colors.

2 #99796A and #796A99 with #6A7999 are triadic colors.