COLOR #6895A7

HEX: #6895A7
RGB: (104,149,167)

Color info

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

RGB color model

#6895A7 color RGB value is (104,149,167).

  • red value is 104;
  • green value is 149;
  • blue value is 167.
RGB:
(104,149,167)
(41%,58%,65%)

RGB channels and saturation

R 104 of 255 = 41%
G 149 of 255 = 58%
B 167 of 255 = 65%

104
149
167

R + G + B ~ 55%. #6895A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 149 + 167 = 420 (100%)
R 104 of 420 ~ 24.76%
G 149 of 420 ~ 35.48%
B 167 of 420 ~ 39.76%

%24.76
%35.48
%39.76

CMYK color model

#6895A7 color CMYK value is (38,11,0,35).

  • cyan value is 37.72%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(38,11,0,35)
C38M11Y0K35 
(38%,11%,0%,35%)
(0.38/0.11/0.00/0.35)	

CMYK percentages

%37.72
%10.78
%0
%34.51

Codes

Color #6895A7 in popluar color models

6895A7
RGB104149167
HSL197°26.36%53.14%
HSB/HSV197°37.72%65.49%
CMYK37.72%10.78%0.00%
34.51%

Color #6895A7 in popluar number systems.

HEX6895A7
Decimal104149167
Binary11010001001010110100111
Octal150225247

Shades and tints

Shades of #6895A7

#6895A7
(104,149,167)
#5F8898
(95,136,152)
#567B89
(86,123,137)
#4D6E7A
(77,110,122)
#44616B
(68,97,107)
#3B545C
(59,84,92)
#32474D
(50,71,77)
#293A3E
(41,58,62)
#202D2F
(32,45,47)
#172020
(23,32,32)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #6895A7

#6895A7
(104,149,167)
#759EAF
(117,158,175)
#82A7B7
(130,167,183)
#8FB0BF
(143,176,191)
#9CB9C7
(156,185,199)
#A9C2CF
(169,194,207)
#B6CBD7
(182,203,215)
#C3D4DF
(195,212,223)
#D0DDE7
(208,221,231)
#DDE6EF
(221,230,239)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6895A7 color. Also use rgb(104,149,167) instead hex code.

Text Font Color

.myTextColor { color: #6895A7; }

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

This text font color is #6895A7.


Background Color

.myBgColor { background-color: #6895A7; }

<div style="background-color:#6895A7">Inner text</div>

This div background color is #6895A7.


Border color

.myBorderColor { border: 1px solid #6895A7; }

<div style="border:3px solid #6895A7">Div</div>

This div border color is #6895A7.


Opacity

.myOpacity80 { color: #6895A7; opacity: 0.8; }

<p style="color:#6895A7;opacity:0.8;">80%</p>

Text with #6895A7 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 #6895A7;}

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

This text has shadow with #6895A7 color.

.textShadow {text-shadow: 3px 3px 1px #6895A7, 3px 3px 1px red;}

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

This text has shadow with #6895A7 primary color and red secondary color.


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

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

This text has shadow with #6895A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6895A7 on black background.


Color preview on white background

This text has color #6895A7 on white background.



Black color preview on #6895A7 background

This text has black color on #6895A7 background.


White color preview on #6895A7 background

This text has white color on #6895A7 background.