COLOR #6896B1

HEX: #6896B1
RGB: (104,150,177)

Renk bilgisi

#6896B1 contains mainly green and blue colors. #6896B1 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6896B1 color RGB value is (104,150,177).

  • kırmız ton 104;
  • yeşil ton 150;
  • mavi ton 177.
RGB:
(104,150,177)
(41%,59%,69%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 150 of 255 = 59%
B 177 of 255 = 69%

104
150
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 150 + 177 = 431 (100%)
R 104 of 431 ~ 24.13%
G 150 of 431 ~ 34.8%
B 177 of 431 ~ 41.07%

%24.13
%34.8
%41.07

CMYK RENK MODELİ

#6896B1 rengi CMYK tonu (41,15,0,31).

  • camgöbeği tonu 41.24%
  • eflatun tonu 15.25%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(41,15,0,31)
C41M15Y0K31 
(41%,15%,0%,31%)
(0.41/0.15/0.00/0.31)	

CMYK yüzdeleri

%41.24
%15.25
%0
%30.59

Codes

Color #6896B1 in popluar color models

6896B1
RGB104150177
HSL202°31.88%55.10%
HSB/HSV202°41.24%69.41%
CMYK41.24%15.25%0.00%
30.59%

Color #6896B1 in popluar number systems.

HEX6896B1
Decimal104150177
Binary11010001001011010110001
Octal150226261

Shades and tints

Shades of #6896B1

#6896B1
(104,150,177)
#5F89A1
(95,137,161)
#567C91
(86,124,145)
#4D6F81
(77,111,129)
#446271
(68,98,113)
#3B5561
(59,85,97)
#324851
(50,72,81)
#293B41
(41,59,65)
#202E31
(32,46,49)
#172121
(23,33,33)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #6896B1

#6896B1
(104,150,177)
#759FB8
(117,159,184)
#82A8BF
(130,168,191)
#8FB1C6
(143,177,198)
#9CBACD
(156,186,205)
#A9C3D4
(169,195,212)
#B6CCDB
(182,204,219)
#C3D5E2
(195,213,226)
#D0DEE9
(208,222,233)
#DDE7F0
(221,231,240)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6896B1 color. Also use rgb(104,150,177) instead hex code.

Text Font Color

.myTextColor { color: #6896B1; }

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

This text font color is #6896B1.


Background Color

.myBgColor { background-color: #6896B1; }

<div style="background-color:#6896B1">Inner text</div>

This div background color is #6896B1.


Border color

.myBorderColor { border: 1px solid #6896B1; }

<div style="border:3px solid #6896B1">Div</div>

This div border color is #6896B1.


Opacity

.myOpacity80 { color: #6896B1; opacity: 0.8; }

<p style="color:#6896B1;opacity:0.8;">80%</p>

Text with #6896B1 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 #6896B1;}

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

This text has shadow with #6896B1 color.

.textShadow {text-shadow: 3px 3px 1px #6896B1, 3px 3px 1px red;}

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

This text has shadow with #6896B1 primary color and red secondary color.


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

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

This text has shadow with #6896B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6896B1 on black background.


Color preview on white background

This text has color #6896B1 on white background.



Black color preview on #6896B1 background

This text has black color on #6896B1 background.


White color preview on #6896B1 background

This text has white color on #6896B1 background.