COLOR #6D88AF

HEX: #6D88AF
RGB: (109,136,175)

Color info

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

RGB color model

#6D88AF color RGB value is (109,136,175).

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

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 175 of 255 = 69%

109
136
175

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

Portions of RGB colors in percentages

R + G + B =
109 + 136 + 175 = 420 (100%)
R 109 of 420 ~ 25.95%
G 136 of 420 ~ 32.38%
B 175 of 420 ~ 41.67%

%25.95
%32.38
%41.67

CMYK color model

#6D88AF color CMYK value is (38,22,0,31).

  • cyan value is 37.71%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(38,22,0,31)
C38M22Y0K31 
(38%,22%,0%,31%)
(0.38/0.22/0.00/0.31)	

CMYK percentages

%37.71
%22.29
%0
%31.37

Codes

Color #6D88AF in popluar color models

6D88AF
RGB109136175
HSL215°29.20%55.69%
HSB/HSV215°37.71%68.63%
CMYK37.71%22.29%0.00%
31.37%

Color #6D88AF in popluar number systems.

HEX6D88AF
Decimal109136175
Binary11011011000100010101111
Octal155210257

Shades and tints

Shades of #6D88AF

#6D88AF
(109,136,175)
#647CA0
(100,124,160)
#5B7091
(91,112,145)
#526482
(82,100,130)
#495873
(73,88,115)
#404C64
(64,76,100)
#374055
(55,64,85)
#2E3446
(46,52,70)
#252837
(37,40,55)
#1C1C28
(28,28,40)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #6D88AF

#6D88AF
(109,136,175)
#7A92B6
(122,146,182)
#879CBD
(135,156,189)
#94A6C4
(148,166,196)
#A1B0CB
(161,176,203)
#AEBAD2
(174,186,210)
#BBC4D9
(187,196,217)
#C8CEE0
(200,206,224)
#D5D8E7
(213,216,231)
#E2E2EE
(226,226,238)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D88AF; }

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

This text font color is #6D88AF.


Background Color

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

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

This div background color is #6D88AF.


Border color

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

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

This div border color is #6D88AF.


Opacity

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

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

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

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

This text has shadow with #6D88AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D88AF on black background.


Color preview on white background

This text has color #6D88AF on white background.



Black color preview on #6D88AF background

This text has black color on #6D88AF background.


White color preview on #6D88AF background

This text has white color on #6D88AF background.