COLOR #6B95AD

HEX: #6B95AD
RGB: (107,149,173)

Color info

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

RGB color model

#6B95AD color RGB value is (107,149,173).

  • red value is 107;
  • green value is 149;
  • blue value is 173.
RGB:
(107,149,173)
(42%,58%,68%)

RGB channels and saturation

R 107 of 255 = 42%
G 149 of 255 = 58%
B 173 of 255 = 68%

107
149
173

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

Portions of RGB colors in percentages

R + G + B =
107 + 149 + 173 = 429 (100%)
R 107 of 429 ~ 24.94%
G 149 of 429 ~ 34.73%
B 173 of 429 ~ 40.33%

%24.94
%34.73
%40.33

CMYK color model

#6B95AD color CMYK value is (38,14,0,32).

  • cyan value is 38.15%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(38,14,0,32)
C38M14Y0K32 
(38%,14%,0%,32%)
(0.38/0.14/0.00/0.32)	

CMYK percentages

%38.15
%13.87
%0
%32.16

Codes

Color #6B95AD in popluar color models

6B95AD
RGB107149173
HSL202°28.70%54.90%
HSB/HSV202°38.15%67.84%
CMYK38.15%13.87%0.00%
32.16%

Color #6B95AD in popluar number systems.

HEX6B95AD
Decimal107149173
Binary11010111001010110101101
Octal153225255

Shades and tints

Shades of #6B95AD

#6B95AD
(107,149,173)
#62889E
(98,136,158)
#597B8F
(89,123,143)
#506E80
(80,110,128)
#476171
(71,97,113)
#3E5462
(62,84,98)
#354753
(53,71,83)
#2C3A44
(44,58,68)
#232D35
(35,45,53)
#1A2026
(26,32,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #6B95AD

#6B95AD
(107,149,173)
#789EB4
(120,158,180)
#85A7BB
(133,167,187)
#92B0C2
(146,176,194)
#9FB9C9
(159,185,201)
#ACC2D0
(172,194,208)
#B9CBD7
(185,203,215)
#C6D4DE
(198,212,222)
#D3DDE5
(211,221,229)
#E0E6EC
(224,230,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B95AD color. Also use rgb(107,149,173) instead hex code.

Text Font Color

.myTextColor { color: #6B95AD; }

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

This text font color is #6B95AD.


Background Color

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

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

This div background color is #6B95AD.


Border color

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

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

This div border color is #6B95AD.


Opacity

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

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

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

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

This text has shadow with #6B95AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B95AD on black background.


Color preview on white background

This text has color #6B95AD on white background.



Black color preview on #6B95AD background

This text has black color on #6B95AD background.


White color preview on #6B95AD background

This text has white color on #6B95AD background.