COLOR #6B9EA8

HEX: #6B9EA8 RGB: (107,158,168)

Color info

#6B9EA8 contains mainly green and blue colors. Web safe color of #6B9EA8 is #669999 (or #699).

RGB color model

#6B9EA8 color RGB value is (107,158,168).

RGB: (107,158,168) (42%, 62%, 66%)

RGB channels and saturation

R 107 of 255 = 42%
G 158 of 255 = 62%
B 168 of 255 = 66%

107
158
168

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

Portions of RGB colors in percentages

R + G + B = 107 + 158 + 168 = 433 (100%)
R 107 of 433 ~ 24.71%
G 158 of 433 ~ 36.49%
B 168 of 433 ~ 38.8'%

%24.71
%36.49
%38.8

CMYK color model

#6B9EA8 color CMYK value is (36,6,0,34).

  • cyan value is 36.31%
  • magenta value is 5.95%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (36,6,0,34)
C36M6Y0K34 (36%, 6%, 0%, 34%)
(0.36 / 0.06 / 0.00 / 0.34)

CMYK percentages

%36.31
%5.95
%0
%34.12

Codes

Color #6B9EA8 in popluar color models

6B 9E A8
RGB 107 158 168
HSL 190° 25.96% 53.92%
HSB/HSV 190° 36.31% 65.88%
CMYK 36.31% 5.95% 0.00%
34.12%

Color #6B9EA8 in popluar number systems.

HEX 6B 9E A8
Decimal 107 158 168
Binary 1101011 10011110 10101000
Octal 153 236 250

Shades and tints

Shades of #6B9EA8

#6B9EA8
(107,158,168)
#629099
(98,144,153)
#59828A
(89,130,138)
#50747B
(80,116,123)
#47666C
(71,102,108)
#3E585D
(62,88,93)
#354A4E
(53,74,78)
#2C3C3F
(44,60,63)
#232E30
(35,46,48)
#1A2021
(26,32,33)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6B9EA8

#6B9EA8
(107,158,168)
#78A6AF
(120,166,175)
#85AEB6
(133,174,182)
#92B6BD
(146,182,189)
#9FBEC4
(159,190,196)
#ACC6CB
(172,198,203)
#B9CED2
(185,206,210)
#C6D6D9
(198,214,217)
#D3DEE0
(211,222,224)
#E0E6E7
(224,230,231)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9EA8; }

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

This text font color is #6B9EA8.

Background Color

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

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

This div background color is #6B9EA8.

Border color

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

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

This div border color is #6B9EA8.

Opacity

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

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

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

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

This text has shadow with #6B9EA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9EA8.

Preview

Color preview on black background

This text has color #6B9EA8 on black background.


Color preview on white background

This text has color #6B9EA8 on white background.


Black color preview on #6B9EA8 background

This text has black color on #6B9EA8 background.


White color preview on #6B9EA8 background

This text has white color on #6B9EA8 background.


Related colors

Complementary color

Complementary color for #hex is #946157.


I love getcolorcode.com

Triadic colors

1 #A86B9E and #9EA86B with #6B9EA8 are triadic colors.

2 #A89E6B and #9E6BA8 with #6B9EA8 are triadic colors.