COLOR #6896C0

HEX: #6896C0
RGB: (104,150,192)

Renk bilgisi

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

RGB renk modeli

#6896C0 color RGB value is (104,150,192).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 150 of 255 = 59%
B 192 of 255 = 75%

104
150
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 150 + 192 = 446 (100%)
R 104 of 446 ~ 23.32%
G 150 of 446 ~ 33.63%
B 192 of 446 ~ 43.05%

%23.32
%33.63
%43.05

CMYK RENK MODELİ

#6896C0 rengi CMYK tonu (46,22,0,25).

  • camgöbeği tonu 45.83%
  • eflatun tonu 21.88%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(46,22,0,25)
C46M22Y0K25 
(46%,22%,0%,25%)
(0.46/0.22/0.00/0.25)	

CMYK yüzdeleri

%45.83
%21.88
%0
%24.71

Codes

Color #6896C0 in popluar color models

6896C0
RGB104150192
HSL209°41.12%58.04%
HSB/HSV209°45.83%75.29%
CMYK45.83%21.88%0.00%
24.71%

Color #6896C0 in popluar number systems.

HEX6896C0
Decimal104150192
Binary11010001001011011000000
Octal150226300

Shades and tints

Shades of #6896C0

#6896C0
(104,150,192)
#5F89AF
(95,137,175)
#567C9E
(86,124,158)
#4D6F8D
(77,111,141)
#44627C
(68,98,124)
#3B556B
(59,85,107)
#32485A
(50,72,90)
#293B49
(41,59,73)
#202E38
(32,46,56)
#172127
(23,33,39)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #6896C0

#6896C0
(104,150,192)
#759FC5
(117,159,197)
#82A8CA
(130,168,202)
#8FB1CF
(143,177,207)
#9CBAD4
(156,186,212)
#A9C3D9
(169,195,217)
#B6CCDE
(182,204,222)
#C3D5E3
(195,213,227)
#D0DEE8
(208,222,232)
#DDE7ED
(221,231,237)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6896C0; }

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

This text font color is #6896C0.


Background Color

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

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

This div background color is #6896C0.


Border color

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

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

This div border color is #6896C0.


Opacity

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

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

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

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

This text has shadow with #6896C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6896C0 on black background.


Color preview on white background

This text has color #6896C0 on white background.



Black color preview on #6896C0 background

This text has black color on #6896C0 background.


White color preview on #6896C0 background

This text has white color on #6896C0 background.