COLOR #6995B7

HEX: #6995B7 RGB: (105,149,183)

Color info

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

RGB color model

#6995B7 color RGB value is (105,149,183).

RGB: (105,149,183) (41%, 58%, 72%)

RGB channels and saturation

R 105 of 255 = 41%
G 149 of 255 = 58%
B 183 of 255 = 72%

105
149
183

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

Portions of RGB colors in percentages

R + G + B = 105 + 149 + 183 = 437 (100%)
R 105 of 437 ~ 24.03%
G 149 of 437 ~ 34.1%
B 183 of 437 ~ 41.88'%

%24.03
%34.1
%41.88

CMYK color model

#6995B7 color CMYK value is (43,19,0,28).

  • cyan value is 42.62%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (43,19,0,28)
C43M19Y0K28 (43%, 19%, 0%, 28%)
(0.43 / 0.19 / 0.00 / 0.28)

CMYK percentages

%42.62
%18.58
%0
%28.24

Codes

Color #6995B7 in popluar color models

69 95 B7
RGB 105 149 183
HSL 206° 35.14% 56.47%
HSB/HSV 206° 42.62% 71.76%
CMYK 42.62% 18.58% 0.00%
28.24%

Color #6995B7 in popluar number systems.

HEX 69 95 B7
Decimal 105 149 183
Binary 1101001 10010101 10110111
Octal 151 225 267

Shades and tints

Shades of #6995B7

#6995B7
(105,149,183)
#6088A7
(96,136,167)
#577B97
(87,123,151)
#4E6E87
(78,110,135)
#456177
(69,97,119)
#3C5467
(60,84,103)
#334757
(51,71,87)
#2A3A47
(42,58,71)
#212D37
(33,45,55)
#182027
(24,32,39)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #6995B7

#6995B7
(105,149,183)
#769EBD
(118,158,189)
#83A7C3
(131,167,195)
#90B0C9
(144,176,201)
#9DB9CF
(157,185,207)
#AAC2D5
(170,194,213)
#B7CBDB
(183,203,219)
#C4D4E1
(196,212,225)
#D1DDE7
(209,221,231)
#DEE6ED
(222,230,237)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6995B7 color. Also use rgb(105,149,183) instead hex code.

Text Font Color

.myTextColor { color: #6995B7; }

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

This text font color is #6995B7.

Background Color

.myBgColor { background-color: #6995B7; }

<div style="background-color:#6995B7">Inner text</div>

This div background color is #6995B7.

Border color

.myBorderColor { border: 1px solid #6995B7; }

<div style="border:3px solid #6995B7">Div</div>

This div border color is #6995B7.

Opacity

.myOpacity80 { color: #6995B7; opacity: 0.8; }

<p style="color:#6995B7;opacity:0.8;">80%</p>

Text with #6995B7 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 #6995B7;}

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

This text has shadow with #6995B7 color.


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

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

This text has shadow with #6995B7 primary color and red secondary color.


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

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

This text has shadow with #6995B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6995B7.

Preview

Color preview on black background

This text has color #6995B7 on black background.


Color preview on white background

This text has color #6995B7 on white background.


Black color preview on #6995B7 background

This text has black color on #6995B7 background.


White color preview on #6995B7 background

This text has white color on #6995B7 background.


Related colors

Complementary color

Complementary color for #hex is #966A48.


I love getcolorcode.com

Triadic colors

1 #B76995 and #95B769 with #6995B7 are triadic colors.

2 #B79569 and #9569B7 with #6995B7 are triadic colors.