COLOR #6999B5

HEX: #6999B5 RGB: (105,153,181)

Color info

#6999B5 contains mainly green and blue colors. Web safe color of #6999B5 is #6699CC (or #69C).

RGB color model

#6999B5 color RGB value is (105,153,181).

RGB: (105,153,181) (41%, 60%, 71%)

RGB channels and saturation

R 105 of 255 = 41%
G 153 of 255 = 60%
B 181 of 255 = 71%

105
153
181

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

Portions of RGB colors in percentages

R + G + B = 105 + 153 + 181 = 439 (100%)
R 105 of 439 ~ 23.92%
G 153 of 439 ~ 34.85%
B 181 of 439 ~ 41.23'%

%23.92
%34.85
%41.23

CMYK color model

#6999B5 color CMYK value is (42,15,0,29).

  • cyan value is 41.99%
  • magenta value is 15.47%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (42,15,0,29)
C42M15Y0K29 (42%, 15%, 0%, 29%)
(0.42 / 0.15 / 0.00 / 0.29)

CMYK percentages

%41.99
%15.47
%0
%29.02

Codes

Color #6999B5 in popluar color models

69 99 B5
RGB 105 153 181
HSL 202° 33.93% 56.08%
HSB/HSV 202° 41.99% 70.98%
CMYK 41.99% 15.47% 0.00%
29.02%

Color #6999B5 in popluar number systems.

HEX 69 99 B5
Decimal 105 153 181
Binary 1101001 10011001 10110101
Octal 151 231 265

Shades and tints

Shades of #6999B5

#6999B5
(105,153,181)
#608CA5
(96,140,165)
#577F95
(87,127,149)
#4E7285
(78,114,133)
#456575
(69,101,117)
#3C5865
(60,88,101)
#334B55
(51,75,85)
#2A3E45
(42,62,69)
#213135
(33,49,53)
#182425
(24,36,37)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #6999B5

#6999B5
(105,153,181)
#76A2BB
(118,162,187)
#83ABC1
(131,171,193)
#90B4C7
(144,180,199)
#9DBDCD
(157,189,205)
#AAC6D3
(170,198,211)
#B7CFD9
(183,207,217)
#C4D8DF
(196,216,223)
#D1E1E5
(209,225,229)
#DEEAEB
(222,234,235)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6999B5; }

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

This text font color is #6999B5.

Background Color

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

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

This div background color is #6999B5.

Border color

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

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

This div border color is #6999B5.

Opacity

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

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

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

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

This text has shadow with #6999B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6999B5.

Preview

Color preview on black background

This text has color #6999B5 on black background.


Color preview on white background

This text has color #6999B5 on white background.


Black color preview on #6999B5 background

This text has black color on #6999B5 background.


White color preview on #6999B5 background

This text has white color on #6999B5 background.


Related colors

Complementary color

Complementary color for #hex is #96664A.


I love getcolorcode.com

Triadic colors

1 #B56999 and #99B569 with #6999B5 are triadic colors.

2 #B59969 and #9969B5 with #6999B5 are triadic colors.