COLOR #6999B2

HEX: #6999B2 RGB: (105,153,178)

Color info

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

RGB color model

#6999B2 color RGB value is (105,153,178).

RGB: (105,153,178) (41%, 60%, 70%)

RGB channels and saturation

R 105 of 255 = 41%
G 153 of 255 = 60%
B 178 of 255 = 70%

105
153
178

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

Portions of RGB colors in percentages

R + G + B = 105 + 153 + 178 = 436 (100%)
R 105 of 436 ~ 24.08%
G 153 of 436 ~ 35.09%
B 178 of 436 ~ 40.83'%

%24.08
%35.09
%40.83

CMYK color model

#6999B2 color CMYK value is (41,14,0,30).

  • cyan value is 41.01%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (41,14,0,30)
C41M14Y0K30 (41%, 14%, 0%, 30%)
(0.41 / 0.14 / 0.00 / 0.30)

CMYK percentages

%41.01
%14.04
%0
%30.2

Codes

Color #6999B2 in popluar color models

69 99 B2
RGB 105 153 178
HSL 201° 32.16% 55.49%
HSB/HSV 201° 41.01% 69.80%
CMYK 41.01% 14.04% 0.00%
30.20%

Color #6999B2 in popluar number systems.

HEX 69 99 B2
Decimal 105 153 178
Binary 1101001 10011001 10110010
Octal 151 231 262

Shades and tints

Shades of #6999B2

#6999B2
(105,153,178)
#608CA2
(96,140,162)
#577F92
(87,127,146)
#4E7282
(78,114,130)
#456572
(69,101,114)
#3C5862
(60,88,98)
#334B52
(51,75,82)
#2A3E42
(42,62,66)
#213132
(33,49,50)
#182422
(24,36,34)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #6999B2

#6999B2
(105,153,178)
#76A2B9
(118,162,185)
#83ABC0
(131,171,192)
#90B4C7
(144,180,199)
#9DBDCE
(157,189,206)
#AAC6D5
(170,198,213)
#B7CFDC
(183,207,220)
#C4D8E3
(196,216,227)
#D1E1EA
(209,225,234)
#DEEAF1
(222,234,241)
#EBF3F8
(235,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6999B2 color. Also use rgb(105,153,178) instead hex code.

Text Font Color

.myTextColor { color: #6999B2; }

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

This text font color is #6999B2.

Background Color

.myBgColor { background-color: #6999B2; }

<div style="background-color:#6999B2">Inner text</div>

This div background color is #6999B2.

Border color

.myBorderColor { border: 1px solid #6999B2; }

<div style="border:3px solid #6999B2">Div</div>

This div border color is #6999B2.

Opacity

.myOpacity80 { color: #6999B2; opacity: 0.8; }

<p style="color:#6999B2;opacity:0.8;">80%</p>

Text with #6999B2 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 #6999B2;}

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

This text has shadow with #6999B2 color.


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

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

This text has shadow with #6999B2 primary color and red secondary color.


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

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

This text has shadow with #6999B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6999B2.

Preview

Color preview on black background

This text has color #6999B2 on black background.


Color preview on white background

This text has color #6999B2 on white background.


Black color preview on #6999B2 background

This text has black color on #6999B2 background.


White color preview on #6999B2 background

This text has white color on #6999B2 background.


Related colors

Complementary color

Complementary color for #hex is #96664D.


I love getcolorcode.com

Triadic colors

1 #B26999 and #99B269 with #6999B2 are triadic colors.

2 #B29969 and #9969B2 with #6999B2 are triadic colors.