COLOR #6B8D9E

HEX: #6B8D9E RGB: (107,141,158)

Color info

#6B8D9E contains red, green and blue colors in about the same proportion. Web safe color of #6B8D9E is #669999 (or #699).

RGB color model

#6B8D9E color RGB value is (107,141,158).

RGB: (107,141,158) (42%, 55%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 141 of 255 = 55%
B 158 of 255 = 62%

107
141
158

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

Portions of RGB colors in percentages

R + G + B = 107 + 141 + 158 = 406 (100%)
R 107 of 406 ~ 26.35%
G 141 of 406 ~ 34.73%
B 158 of 406 ~ 38.92'%

%26.35
%34.73
%38.92

CMYK color model

#6B8D9E color CMYK value is (32,11,0,38).

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

CMYK: (32,11,0,38)
C32M11Y0K38 (32%, 11%, 0%, 38%)
(0.32 / 0.11 / 0.00 / 0.38)

CMYK percentages

%32.28
%10.76
%0
%38.04

Codes

Color #6B8D9E in popluar color models

6B 8D 9E
RGB 107 141 158
HSL 200° 20.82% 51.96%
HSB/HSV 200° 32.28% 61.96%
CMYK 32.28% 10.76% 0.00%
38.04%

Color #6B8D9E in popluar number systems.

HEX 6B 8D 9E
Decimal 107 141 158
Binary 1101011 10001101 10011110
Octal 153 215 236

Shades and tints

Shades of #6B8D9E

#6B8D9E
(107,141,158)
#628190
(98,129,144)
#597582
(89,117,130)
#506974
(80,105,116)
#475D66
(71,93,102)
#3E5158
(62,81,88)
#35454A
(53,69,74)
#2C393C
(44,57,60)
#232D2E
(35,45,46)
#1A2120
(26,33,32)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #6B8D9E

#6B8D9E
(107,141,158)
#7897A6
(120,151,166)
#85A1AE
(133,161,174)
#92ABB6
(146,171,182)
#9FB5BE
(159,181,190)
#ACBFC6
(172,191,198)
#B9C9CE
(185,201,206)
#C6D3D6
(198,211,214)
#D3DDDE
(211,221,222)
#E0E7E6
(224,231,230)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8D9E; }

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

This text font color is #6B8D9E.

Background Color

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

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

This div background color is #6B8D9E.

Border color

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

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

This div border color is #6B8D9E.

Opacity

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

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

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

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

This text has shadow with #6B8D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8D9E.

Preview

Color preview on black background

This text has color #6B8D9E on black background.


Color preview on white background

This text has color #6B8D9E on white background.


Black color preview on #6B8D9E background

This text has black color on #6B8D9E background.


White color preview on #6B8D9E background

This text has white color on #6B8D9E background.


Related colors

Complementary color

Complementary color for #hex is #947261.


I love getcolorcode.com

Triadic colors

1 #9E6B8D and #8D9E6B with #6B8D9E are triadic colors.

2 #9E8D6B and #8D6B9E with #6B8D9E are triadic colors.