COLOR #6D99B0

HEX: #6D99B0 RGB: (109,153,176)

Color info

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

RGB color model

#6D99B0 color RGB value is (109,153,176).

RGB: (109,153,176) (43%, 60%, 69%)

RGB channels and saturation

R 109 of 255 = 43%
G 153 of 255 = 60%
B 176 of 255 = 69%

109
153
176

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

Portions of RGB colors in percentages

R + G + B = 109 + 153 + 176 = 438 (100%)
R 109 of 438 ~ 24.89%
G 153 of 438 ~ 34.93%
B 176 of 438 ~ 40.18'%

%24.89
%34.93
%40.18

CMYK color model

#6D99B0 color CMYK value is (38,13,0,31).

  • cyan value is 38.07%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (38,13,0,31)
C38M13Y0K31 (38%, 13%, 0%, 31%)
(0.38 / 0.13 / 0.00 / 0.31)

CMYK percentages

%38.07
%13.07
%0
%30.98

Codes

Color #6D99B0 in popluar color models

6D 99 B0
RGB 109 153 176
HSL 201° 29.78% 55.88%
HSB/HSV 201° 38.07% 69.02%
CMYK 38.07% 13.07% 0.00%
30.98%

Color #6D99B0 in popluar number systems.

HEX 6D 99 B0
Decimal 109 153 176
Binary 1101101 10011001 10110000
Octal 155 231 260

Shades and tints

Shades of #6D99B0

#6D99B0
(109,153,176)
#648CA0
(100,140,160)
#5B7F90
(91,127,144)
#527280
(82,114,128)
#496570
(73,101,112)
#405860
(64,88,96)
#374B50
(55,75,80)
#2E3E40
(46,62,64)
#253130
(37,49,48)
#1C2420
(28,36,32)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #6D99B0

#6D99B0
(109,153,176)
#7AA2B7
(122,162,183)
#87ABBE
(135,171,190)
#94B4C5
(148,180,197)
#A1BDCC
(161,189,204)
#AEC6D3
(174,198,211)
#BBCFDA
(187,207,218)
#C8D8E1
(200,216,225)
#D5E1E8
(213,225,232)
#E2EAEF
(226,234,239)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D99B0 color. Also use rgb(109,153,176) instead hex code.

Text Font Color

.myTextColor { color: #6D99B0; }

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

This text font color is #6D99B0.

Background Color

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

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

This div background color is #6D99B0.

Border color

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

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

This div border color is #6D99B0.

Opacity

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

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

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

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

This text has shadow with #6D99B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D99B0.

Preview

Color preview on black background

This text has color #6D99B0 on black background.


Color preview on white background

This text has color #6D99B0 on white background.


Black color preview on #6D99B0 background

This text has black color on #6D99B0 background.


White color preview on #6D99B0 background

This text has white color on #6D99B0 background.


Related colors

Complementary color

Complementary color for #hex is #92664F.


I love getcolorcode.com

Triadic colors

1 #B06D99 and #99B06D with #6D99B0 are triadic colors.

2 #B0996D and #996DB0 with #6D99B0 are triadic colors.