COLOR #6898AB

HEX: #6898AB
RGB: (104,152,171)

Renk bilgisi

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

RGB renk modeli

#6898AB color RGB value is (104,152,171).

  • kırmız ton 104;
  • yeşil ton 152;
  • mavi ton 171.
RGB:
(104,152,171)
(41%,60%,67%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 152 of 255 = 60%
B 171 of 255 = 67%

104
152
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 152 + 171 = 427 (100%)
R 104 of 427 ~ 24.36%
G 152 of 427 ~ 35.6%
B 171 of 427 ~ 40.05%

%24.36
%35.6
%40.05

CMYK RENK MODELİ

#6898AB rengi CMYK tonu (39,11,0,33).

  • camgöbeği tonu 39.18%
  • eflatun tonu 11.11%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(39,11,0,33)
C39M11Y0K33 
(39%,11%,0%,33%)
(0.39/0.11/0.00/0.33)	

CMYK yüzdeleri

%39.18
%11.11
%0
%32.94

Codes

Color #6898AB in popluar color models

6898AB
RGB104152171
HSL197°28.51%53.92%
HSB/HSV197°39.18%67.06%
CMYK39.18%11.11%0.00%
32.94%

Color #6898AB in popluar number systems.

HEX6898AB
Decimal104152171
Binary11010001001100010101011
Octal150230253

Shades and tints

Shades of #6898AB

#6898AB
(104,152,171)
#5F8B9C
(95,139,156)
#567E8D
(86,126,141)
#4D717E
(77,113,126)
#44646F
(68,100,111)
#3B5760
(59,87,96)
#324A51
(50,74,81)
#293D42
(41,61,66)
#203033
(32,48,51)
#172324
(23,35,36)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #6898AB

#6898AB
(104,152,171)
#75A1B2
(117,161,178)
#82AAB9
(130,170,185)
#8FB3C0
(143,179,192)
#9CBCC7
(156,188,199)
#A9C5CE
(169,197,206)
#B6CED5
(182,206,213)
#C3D7DC
(195,215,220)
#D0E0E3
(208,224,227)
#DDE9EA
(221,233,234)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6898AB color. Also use rgb(104,152,171) instead hex code.

Text Font Color

.myTextColor { color: #6898AB; }

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

This text font color is #6898AB.


Background Color

.myBgColor { background-color: #6898AB; }

<div style="background-color:#6898AB">Inner text</div>

This div background color is #6898AB.


Border color

.myBorderColor { border: 1px solid #6898AB; }

<div style="border:3px solid #6898AB">Div</div>

This div border color is #6898AB.


Opacity

.myOpacity80 { color: #6898AB; opacity: 0.8; }

<p style="color:#6898AB;opacity:0.8;">80%</p>

Text with #6898AB 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 #6898AB;}

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

This text has shadow with #6898AB color.

.textShadow {text-shadow: 3px 3px 1px #6898AB, 3px 3px 1px red;}

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

This text has shadow with #6898AB primary color and red secondary color.


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

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

This text has shadow with #6898AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6898AB on black background.


Color preview on white background

This text has color #6898AB on white background.



Black color preview on #6898AB background

This text has black color on #6898AB background.


White color preview on #6898AB background

This text has white color on #6898AB background.