COLOR #6D95B4

HEX: #6D95B4
RGB: (109,149,180)

Color info

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

RGB color model

#6D95B4 color RGB value is (109,149,180).

  • red value is 109;
  • green value is 149;
  • blue value is 180.
RGB:
(109,149,180)
(43%,58%,71%)

RGB channels and saturation

R 109 of 255 = 43%
G 149 of 255 = 58%
B 180 of 255 = 71%

109
149
180

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

Portions of RGB colors in percentages

R + G + B =
109 + 149 + 180 = 438 (100%)
R 109 of 438 ~ 24.89%
G 149 of 438 ~ 34.02%
B 180 of 438 ~ 41.1%

%24.89
%34.02
%41.1

CMYK color model

#6D95B4 color CMYK value is (39,17,0,29).

  • cyan value is 39.44%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(39,17,0,29)
C39M17Y0K29 
(39%,17%,0%,29%)
(0.39/0.17/0.00/0.29)	

CMYK percentages

%39.44
%17.22
%0
%29.41

Codes

Color #6D95B4 in popluar color models

6D95B4
RGB109149180
HSL206°32.13%56.67%
HSB/HSV206°39.44%70.59%
CMYK39.44%17.22%0.00%
29.41%

Color #6D95B4 in popluar number systems.

HEX6D95B4
Decimal109149180
Binary11011011001010110110100
Octal155225264

Shades and tints

Shades of #6D95B4

#6D95B4
(109,149,180)
#6488A4
(100,136,164)
#5B7B94
(91,123,148)
#526E84
(82,110,132)
#496174
(73,97,116)
#405464
(64,84,100)
#374754
(55,71,84)
#2E3A44
(46,58,68)
#252D34
(37,45,52)
#1C2024
(28,32,36)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #6D95B4

#6D95B4
(109,149,180)
#7A9EBA
(122,158,186)
#87A7C0
(135,167,192)
#94B0C6
(148,176,198)
#A1B9CC
(161,185,204)
#AEC2D2
(174,194,210)
#BBCBD8
(187,203,216)
#C8D4DE
(200,212,222)
#D5DDE4
(213,221,228)
#E2E6EA
(226,230,234)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D95B4 color. Also use rgb(109,149,180) instead hex code.

Text Font Color

.myTextColor { color: #6D95B4; }

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

This text font color is #6D95B4.


Background Color

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

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

This div background color is #6D95B4.


Border color

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

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

This div border color is #6D95B4.


Opacity

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

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

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

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

This text has shadow with #6D95B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D95B4 on black background.


Color preview on white background

This text has color #6D95B4 on white background.



Black color preview on #6D95B4 background

This text has black color on #6D95B4 background.


White color preview on #6D95B4 background

This text has white color on #6D95B4 background.