COLOR #6896A9

HEX: #6896A9
RGB: (104,150,169)

Renk bilgisi

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

RGB renk modeli

#6896A9 color RGB value is (104,150,169).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 150 of 255 = 59%
B 169 of 255 = 66%

104
150
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 150 + 169 = 423 (100%)
R 104 of 423 ~ 24.59%
G 150 of 423 ~ 35.46%
B 169 of 423 ~ 39.95%

%24.59
%35.46
%39.95

CMYK RENK MODELİ

#6896A9 rengi CMYK tonu (38,11,0,34).

  • camgöbeği tonu 38.46%
  • eflatun tonu 11.24%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(38,11,0,34)
C38M11Y0K34 
(38%,11%,0%,34%)
(0.38/0.11/0.00/0.34)	

CMYK yüzdeleri

%38.46
%11.24
%0
%33.73

Codes

Color #6896A9 in popluar color models

6896A9
RGB104150169
HSL198°27.43%53.53%
HSB/HSV198°38.46%66.27%
CMYK38.46%11.24%0.00%
33.73%

Color #6896A9 in popluar number systems.

HEX6896A9
Decimal104150169
Binary11010001001011010101001
Octal150226251

Shades and tints

Shades of #6896A9

#6896A9
(104,150,169)
#5F899A
(95,137,154)
#567C8B
(86,124,139)
#4D6F7C
(77,111,124)
#44626D
(68,98,109)
#3B555E
(59,85,94)
#32484F
(50,72,79)
#293B40
(41,59,64)
#202E31
(32,46,49)
#172122
(23,33,34)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #6896A9

#6896A9
(104,150,169)
#759FB0
(117,159,176)
#82A8B7
(130,168,183)
#8FB1BE
(143,177,190)
#9CBAC5
(156,186,197)
#A9C3CC
(169,195,204)
#B6CCD3
(182,204,211)
#C3D5DA
(195,213,218)
#D0DEE1
(208,222,225)
#DDE7E8
(221,231,232)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6896A9; }

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

This text font color is #6896A9.


Background Color

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

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

This div background color is #6896A9.


Border color

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

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

This div border color is #6896A9.


Opacity

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

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

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

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

This text has shadow with #6896A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6896A9 on black background.


Color preview on white background

This text has color #6896A9 on white background.



Black color preview on #6896A9 background

This text has black color on #6896A9 background.


White color preview on #6896A9 background

This text has white color on #6896A9 background.