COLOR #6895C7

HEX: #6895C7
RGB: (104,149,199)

Color info

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

RGB color model

#6895C7 color RGB value is (104,149,199).

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

RGB channels and saturation

R 104 of 255 = 41%
G 149 of 255 = 58%
B 199 of 255 = 78%

104
149
199

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

Portions of RGB colors in percentages

R + G + B =
104 + 149 + 199 = 452 (100%)
R 104 of 452 ~ 23.01%
G 149 of 452 ~ 32.96%
B 199 of 452 ~ 44.03%

%23.01
%32.96
%44.03

CMYK color model

#6895C7 color CMYK value is (48,25,0,22).

  • cyan value is 47.74%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(48,25,0,22)
C48M25Y0K22 
(48%,25%,0%,22%)
(0.48/0.25/0.00/0.22)	

CMYK percentages

%47.74
%25.13
%0
%21.96

Codes

Color #6895C7 in popluar color models

6895C7
RGB104149199
HSL212°45.89%59.41%
HSB/HSV212°47.74%78.04%
CMYK47.74%25.13%0.00%
21.96%

Color #6895C7 in popluar number systems.

HEX6895C7
Decimal104149199
Binary11010001001010111000111
Octal150225307

Shades and tints

Shades of #6895C7

#6895C7
(104,149,199)
#5F88B5
(95,136,181)
#567BA3
(86,123,163)
#4D6E91
(77,110,145)
#44617F
(68,97,127)
#3B546D
(59,84,109)
#32475B
(50,71,91)
#293A49
(41,58,73)
#202D37
(32,45,55)
#172025
(23,32,37)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #6895C7

#6895C7
(104,149,199)
#759ECC
(117,158,204)
#82A7D1
(130,167,209)
#8FB0D6
(143,176,214)
#9CB9DB
(156,185,219)
#A9C2E0
(169,194,224)
#B6CBE5
(182,203,229)
#C3D4EA
(195,212,234)
#D0DDEF
(208,221,239)
#DDE6F4
(221,230,244)
#EAEFF9
(234,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6895C7; }

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

This text font color is #6895C7.


Background Color

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

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

This div background color is #6895C7.


Border color

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

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

This div border color is #6895C7.


Opacity

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

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

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

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

This text has shadow with #6895C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6895C7 on black background.


Color preview on white background

This text has color #6895C7 on white background.



Black color preview on #6895C7 background

This text has black color on #6895C7 background.


White color preview on #6895C7 background

This text has white color on #6895C7 background.