COLOR #6B799E

HEX: #6B799E RGB: (107,121,158)

Color info

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

RGB color model

#6B799E color RGB value is (107,121,158).

RGB: (107,121,158) (42%, 47%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 158 of 255 = 62%

107
121
158

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

Portions of RGB colors in percentages

R + G + B = 107 + 121 + 158 = 386 (100%)
R 107 of 386 ~ 27.72%
G 121 of 386 ~ 31.35%
B 158 of 386 ~ 40.93'%

%27.72
%31.35
%40.93

CMYK color model

#6B799E color CMYK value is (32,23,0,38).

  • cyan value is 32.28%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (32,23,0,38)
C32M23Y0K38 (32%, 23%, 0%, 38%)
(0.32 / 0.23 / 0.00 / 0.38)

CMYK percentages

%32.28
%23.42
%0
%38.04

Codes

Color #6B799E in popluar color models

6B 79 9E
RGB 107 121 158
HSL 224° 20.82% 51.96%
HSB/HSV 224° 32.28% 61.96%
CMYK 32.28% 23.42% 0.00%
38.04%

Color #6B799E in popluar number systems.

HEX 6B 79 9E
Decimal 107 121 158
Binary 1101011 1111001 10011110
Octal 153 171 236

Shades and tints

Shades of #6B799E

#6B799E
(107,121,158)
#626E90
(98,110,144)
#596382
(89,99,130)
#505874
(80,88,116)
#474D66
(71,77,102)
#3E4258
(62,66,88)
#35374A
(53,55,74)
#2C2C3C
(44,44,60)
#23212E
(35,33,46)
#1A1620
(26,22,32)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #6B799E

#6B799E
(107,121,158)
#7885A6
(120,133,166)
#8591AE
(133,145,174)
#929DB6
(146,157,182)
#9FA9BE
(159,169,190)
#ACB5C6
(172,181,198)
#B9C1CE
(185,193,206)
#C6CDD6
(198,205,214)
#D3D9DE
(211,217,222)
#E0E5E6
(224,229,230)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B799E color. Also use rgb(107,121,158) instead hex code.

Text Font Color

.myTextColor { color: #6B799E; }

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

This text font color is #6B799E.

Background Color

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

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

This div background color is #6B799E.

Border color

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

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

This div border color is #6B799E.

Opacity

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

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

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

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

This text has shadow with #6B799E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B799E.

Preview

Color preview on black background

This text has color #6B799E on black background.


Color preview on white background

This text has color #6B799E on white background.


Black color preview on #6B799E background

This text has black color on #6B799E background.


White color preview on #6B799E background

This text has white color on #6B799E background.


Related colors

Complementary color

Complementary color for #hex is #948661.


I love getcolorcode.com

Triadic colors

1 #9E6B79 and #799E6B with #6B799E are triadic colors.

2 #9E796B and #796B9E with #6B799E are triadic colors.