COLOR #6D7A88

HEX: #6D7A88
RGB: (109,122,136)

Color info

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

RGB color model

#6D7A88 color RGB value is (109,122,136).

  • red value is 109;
  • green value is 122;
  • blue value is 136.
RGB:
(109,122,136)
(43%,48%,53%)

RGB channels and saturation

R 109 of 255 = 43%
G 122 of 255 = 48%
B 136 of 255 = 53%

109
122
136

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

Portions of RGB colors in percentages

R + G + B =
109 + 122 + 136 = 367 (100%)
R 109 of 367 ~ 29.7%
G 122 of 367 ~ 33.24%
B 136 of 367 ~ 37.06%

%29.7
%33.24
%37.06

CMYK color model

#6D7A88 color CMYK value is (20,10,0,47).

  • cyan value is 19.85%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(20,10,0,47)
C20M10Y0K47 
(20%,10%,0%,47%)
(0.20/0.10/0.00/0.47)	

CMYK percentages

%19.85
%10.29
%0
%46.67

Codes

Color #6D7A88 in popluar color models

6D7A88
RGB109122136
HSL211°11.02%48.04%
HSB/HSV211°19.85%53.33%
CMYK19.85%10.29%0.00%
46.67%

Color #6D7A88 in popluar number systems.

HEX6D7A88
Decimal109122136
Binary1101101111101010001000
Octal155172210

Shades and tints

Shades of #6D7A88

#6D7A88
(109,122,136)
#646F7C
(100,111,124)
#5B6470
(91,100,112)
#525964
(82,89,100)
#494E58
(73,78,88)
#40434C
(64,67,76)
#373840
(55,56,64)
#2E2D34
(46,45,52)
#252228
(37,34,40)
#1C171C
(28,23,28)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #6D7A88

#6D7A88
(109,122,136)
#7A8692
(122,134,146)
#87929C
(135,146,156)
#949EA6
(148,158,166)
#A1AAB0
(161,170,176)
#AEB6BA
(174,182,186)
#BBC2C4
(187,194,196)
#C8CECE
(200,206,206)
#D5DAD8
(213,218,216)
#E2E6E2
(226,230,226)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7A88 color. Also use rgb(109,122,136) instead hex code.

Text Font Color

.myTextColor { color: #6D7A88; }

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

This text font color is #6D7A88.


Background Color

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

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

This div background color is #6D7A88.


Border color

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

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

This div border color is #6D7A88.


Opacity

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

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

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

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

This text has shadow with #6D7A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7A88 on black background.


Color preview on white background

This text has color #6D7A88 on white background.



Black color preview on #6D7A88 background

This text has black color on #6D7A88 background.


White color preview on #6D7A88 background

This text has white color on #6D7A88 background.