COLOR #6887B0

HEX: #6887B0
RGB: (104,135,176)

Renk bilgisi

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

RGB renk modeli

#6887B0 color RGB value is (104,135,176).

  • kırmız ton 104;
  • yeşil ton 135;
  • mavi ton 176.
RGB:
(104,135,176)
(41%,53%,69%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 135 of 255 = 53%
B 176 of 255 = 69%

104
135
176

R + G + B ~ 54%. #6887B0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 135 + 176 = 415 (100%)
R 104 of 415 ~ 25.06%
G 135 of 415 ~ 32.53%
B 176 of 415 ~ 42.41%

%25.06
%32.53
%42.41

CMYK RENK MODELİ

#6887B0 rengi CMYK tonu (41,23,0,31).

  • camgöbeği tonu 40.91%
  • eflatun tonu 23.30%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(41,23,0,31)
C41M23Y0K31 
(41%,23%,0%,31%)
(0.41/0.23/0.00/0.31)	

CMYK yüzdeleri

%40.91
%23.3
%0
%30.98

Codes

Color #6887B0 in popluar color models

6887B0
RGB104135176
HSL214°31.30%54.90%
HSB/HSV214°40.91%69.02%
CMYK40.91%23.30%0.00%
30.98%

Color #6887B0 in popluar number systems.

HEX6887B0
Decimal104135176
Binary11010001000011110110000
Octal150207260

Shades and tints

Shades of #6887B0

#6887B0
(104,135,176)
#5F7BA0
(95,123,160)
#566F90
(86,111,144)
#4D6380
(77,99,128)
#445770
(68,87,112)
#3B4B60
(59,75,96)
#323F50
(50,63,80)
#293340
(41,51,64)
#202730
(32,39,48)
#171B20
(23,27,32)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #6887B0

#6887B0
(104,135,176)
#7591B7
(117,145,183)
#829BBE
(130,155,190)
#8FA5C5
(143,165,197)
#9CAFCC
(156,175,204)
#A9B9D3
(169,185,211)
#B6C3DA
(182,195,218)
#C3CDE1
(195,205,225)
#D0D7E8
(208,215,232)
#DDE1EF
(221,225,239)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6887B0 color. Also use rgb(104,135,176) instead hex code.

Text Font Color

.myTextColor { color: #6887B0; }

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

This text font color is #6887B0.


Background Color

.myBgColor { background-color: #6887B0; }

<div style="background-color:#6887B0">Inner text</div>

This div background color is #6887B0.


Border color

.myBorderColor { border: 1px solid #6887B0; }

<div style="border:3px solid #6887B0">Div</div>

This div border color is #6887B0.


Opacity

.myOpacity80 { color: #6887B0; opacity: 0.8; }

<p style="color:#6887B0;opacity:0.8;">80%</p>

Text with #6887B0 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 #6887B0;}

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

This text has shadow with #6887B0 color.

.textShadow {text-shadow: 3px 3px 1px #6887B0, 3px 3px 1px red;}

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

This text has shadow with #6887B0 primary color and red secondary color.


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

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

This text has shadow with #6887B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6887B0 on black background.


Color preview on white background

This text has color #6887B0 on white background.



Black color preview on #6887B0 background

This text has black color on #6887B0 background.


White color preview on #6887B0 background

This text has white color on #6887B0 background.