COLOR #6897B6

HEX: #6897B6
RGB: (104,151,182)

Renk bilgisi

#6897B6 contains mainly green and blue colors. #6897B6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6897B6 color RGB value is (104,151,182).

  • kırmız ton 104;
  • yeşil ton 151;
  • mavi ton 182.
RGB:
(104,151,182)
(41%,59%,71%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 151 of 255 = 59%
B 182 of 255 = 71%

104
151
182

R + G + B ~ 57%. #6897B6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 151 + 182 = 437 (100%)
R 104 of 437 ~ 23.8%
G 151 of 437 ~ 34.55%
B 182 of 437 ~ 41.65%

%23.8
%34.55
%41.65

CMYK RENK MODELİ

#6897B6 rengi CMYK tonu (43,17,0,29).

  • camgöbeği tonu 42.86%
  • eflatun tonu 17.03%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(43,17,0,29)
C43M17Y0K29 
(43%,17%,0%,29%)
(0.43/0.17/0.00/0.29)	

CMYK yüzdeleri

%42.86
%17.03
%0
%28.63

Codes

Color #6897B6 in popluar color models

6897B6
RGB104151182
HSL204°34.82%56.08%
HSB/HSV204°42.86%71.37%
CMYK42.86%17.03%0.00%
28.63%

Color #6897B6 in popluar number systems.

HEX6897B6
Decimal104151182
Binary11010001001011110110110
Octal150227266

Shades and tints

Shades of #6897B6

#6897B6
(104,151,182)
#5F8AA6
(95,138,166)
#567D96
(86,125,150)
#4D7086
(77,112,134)
#446376
(68,99,118)
#3B5666
(59,86,102)
#324956
(50,73,86)
#293C46
(41,60,70)
#202F36
(32,47,54)
#172226
(23,34,38)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #6897B6

#6897B6
(104,151,182)
#75A0BC
(117,160,188)
#82A9C2
(130,169,194)
#8FB2C8
(143,178,200)
#9CBBCE
(156,187,206)
#A9C4D4
(169,196,212)
#B6CDDA
(182,205,218)
#C3D6E0
(195,214,224)
#D0DFE6
(208,223,230)
#DDE8EC
(221,232,236)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6897B6 color. Also use rgb(104,151,182) instead hex code.

Text Font Color

.myTextColor { color: #6897B6; }

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

This text font color is #6897B6.


Background Color

.myBgColor { background-color: #6897B6; }

<div style="background-color:#6897B6">Inner text</div>

This div background color is #6897B6.


Border color

.myBorderColor { border: 1px solid #6897B6; }

<div style="border:3px solid #6897B6">Div</div>

This div border color is #6897B6.


Opacity

.myOpacity80 { color: #6897B6; opacity: 0.8; }

<p style="color:#6897B6;opacity:0.8;">80%</p>

Text with #6897B6 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 #6897B6;}

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

This text has shadow with #6897B6 color.

.textShadow {text-shadow: 3px 3px 1px #6897B6, 3px 3px 1px red;}

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

This text has shadow with #6897B6 primary color and red secondary color.


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

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

This text has shadow with #6897B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6897B6 on black background.


Color preview on white background

This text has color #6897B6 on white background.



Black color preview on #6897B6 background

This text has black color on #6897B6 background.


White color preview on #6897B6 background

This text has white color on #6897B6 background.