COLOR #6D8598

HEX: #6D8598 RGB: (109,133,152)

Color info

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

RGB color model

#6D8598 color RGB value is (109,133,152).

RGB: (109,133,152) (43%, 52%, 60%)

RGB channels and saturation

R 109 of 255 = 43%
G 133 of 255 = 52%
B 152 of 255 = 60%

109
133
152

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

Portions of RGB colors in percentages

R + G + B = 109 + 133 + 152 = 394 (100%)
R 109 of 394 ~ 27.66%
G 133 of 394 ~ 33.76%
B 152 of 394 ~ 38.58'%

%27.66
%33.76
%38.58

CMYK color model

#6D8598 color CMYK value is (28,13,0,40).

  • cyan value is 28.29%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (28,13,0,40)
C28M13Y0K40 (28%, 13%, 0%, 40%)
(0.28 / 0.13 / 0.00 / 0.40)

CMYK percentages

%28.29
%12.5
%0
%40.39

Codes

Color #6D8598 in popluar color models

6D 85 98
RGB 109 133 152
HSL 207° 17.27% 51.18%
HSB/HSV 207° 28.29% 59.61%
CMYK 28.29% 12.50% 0.00%
40.39%

Color #6D8598 in popluar number systems.

HEX 6D 85 98
Decimal 109 133 152
Binary 1101101 10000101 10011000
Octal 155 205 230

Shades and tints

Shades of #6D8598

#6D8598
(109,133,152)
#64798B
(100,121,139)
#5B6D7E
(91,109,126)
#526171
(82,97,113)
#495564
(73,85,100)
#404957
(64,73,87)
#373D4A
(55,61,74)
#2E313D
(46,49,61)
#252530
(37,37,48)
#1C1923
(28,25,35)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #6D8598

#6D8598
(109,133,152)
#7A90A1
(122,144,161)
#879BAA
(135,155,170)
#94A6B3
(148,166,179)
#A1B1BC
(161,177,188)
#AEBCC5
(174,188,197)
#BBC7CE
(187,199,206)
#C8D2D7
(200,210,215)
#D5DDE0
(213,221,224)
#E2E8E9
(226,232,233)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8598 color. Also use rgb(109,133,152) instead hex code.

Text Font Color

.myTextColor { color: #6D8598; }

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

This text font color is #6D8598.

Background Color

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

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

This div background color is #6D8598.

Border color

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

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

This div border color is #6D8598.

Opacity

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

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

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

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

This text has shadow with #6D8598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D8598.

Preview

Color preview on black background

This text has color #6D8598 on black background.


Color preview on white background

This text has color #6D8598 on white background.


Black color preview on #6D8598 background

This text has black color on #6D8598 background.


White color preview on #6D8598 background

This text has white color on #6D8598 background.


Related colors

Complementary color

Complementary color for #hex is #927A67.


I love getcolorcode.com

Triadic colors

1 #986D85 and #85986D with #6D8598 are triadic colors.

2 #98856D and #856D98 with #6D8598 are triadic colors.