COLOR #6B95AF

HEX: #6B95AF
RGB: (107,149,175)

Color info

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

RGB color model

#6B95AF color RGB value is (107,149,175).

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

RGB channels and saturation

R 107 of 255 = 42%
G 149 of 255 = 58%
B 175 of 255 = 69%

107
149
175

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

Portions of RGB colors in percentages

R + G + B =
107 + 149 + 175 = 431 (100%)
R 107 of 431 ~ 24.83%
G 149 of 431 ~ 34.57%
B 175 of 431 ~ 40.6%

%24.83
%34.57
%40.6

CMYK color model

#6B95AF color CMYK value is (39,15,0,31).

  • cyan value is 38.86%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(39,15,0,31)
C39M15Y0K31 
(39%,15%,0%,31%)
(0.39/0.15/0.00/0.31)	

CMYK percentages

%38.86
%14.86
%0
%31.37

Codes

Color #6B95AF in popluar color models

6B95AF
RGB107149175
HSL203°29.82%55.29%
HSB/HSV203°38.86%68.63%
CMYK38.86%14.86%0.00%
31.37%

Color #6B95AF in popluar number systems.

HEX6B95AF
Decimal107149175
Binary11010111001010110101111
Octal153225257

Shades and tints

Shades of #6B95AF

#6B95AF
(107,149,175)
#6288A0
(98,136,160)
#597B91
(89,123,145)
#506E82
(80,110,130)
#476173
(71,97,115)
#3E5464
(62,84,100)
#354755
(53,71,85)
#2C3A46
(44,58,70)
#232D37
(35,45,55)
#1A2028
(26,32,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #6B95AF

#6B95AF
(107,149,175)
#789EB6
(120,158,182)
#85A7BD
(133,167,189)
#92B0C4
(146,176,196)
#9FB9CB
(159,185,203)
#ACC2D2
(172,194,210)
#B9CBD9
(185,203,217)
#C6D4E0
(198,212,224)
#D3DDE7
(211,221,231)
#E0E6EE
(224,230,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B95AF; }

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

This text font color is #6B95AF.


Background Color

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

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

This div background color is #6B95AF.


Border color

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

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

This div border color is #6B95AF.


Opacity

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

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

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

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

This text has shadow with #6B95AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B95AF on black background.


Color preview on white background

This text has color #6B95AF on white background.



Black color preview on #6B95AF background

This text has black color on #6B95AF background.


White color preview on #6B95AF background

This text has white color on #6B95AF background.