COLOR #6E87B3

HEX: #6E87B3
RGB: (110,135,179)

Renk bilgisi

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

RGB renk modeli

#6E87B3 color RGB value is (110,135,179).

  • kırmız ton 110;
  • yeşil ton 135;
  • mavi ton 179.
RGB:
(110,135,179)
(43%,53%,70%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 135 of 255 = 53%
B 179 of 255 = 70%

110
135
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 135 + 179 = 424 (100%)
R 110 of 424 ~ 25.94%
G 135 of 424 ~ 31.84%
B 179 of 424 ~ 42.22%

%25.94
%31.84
%42.22

CMYK RENK MODELİ

#6E87B3 rengi CMYK tonu (39,25,0,30).

  • camgöbeği tonu 38.55%
  • eflatun tonu 24.58%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(39,25,0,30)
C39M25Y0K30 
(39%,25%,0%,30%)
(0.39/0.25/0.00/0.30)	

CMYK yüzdeleri

%38.55
%24.58
%0
%29.8

Codes

Color #6E87B3 in popluar color models

6E87B3
RGB110135179
HSL218°31.22%56.67%
HSB/HSV218°38.55%70.20%
CMYK38.55%24.58%0.00%
29.80%

Color #6E87B3 in popluar number systems.

HEX6E87B3
Decimal110135179
Binary11011101000011110110011
Octal156207263

Shades and tints

Shades of #6E87B3

#6E87B3
(110,135,179)
#647BA3
(100,123,163)
#5A6F93
(90,111,147)
#506383
(80,99,131)
#465773
(70,87,115)
#3C4B63
(60,75,99)
#323F53
(50,63,83)
#283343
(40,51,67)
#1E2733
(30,39,51)
#141B23
(20,27,35)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #6E87B3

#6E87B3
(110,135,179)
#7B91B9
(123,145,185)
#889BBF
(136,155,191)
#95A5C5
(149,165,197)
#A2AFCB
(162,175,203)
#AFB9D1
(175,185,209)
#BCC3D7
(188,195,215)
#C9CDDD
(201,205,221)
#D6D7E3
(214,215,227)
#E3E1E9
(227,225,233)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E87B3 color. Also use rgb(110,135,179) instead hex code.

Text Font Color

.myTextColor { color: #6E87B3; }

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

This text font color is #6E87B3.


Background Color

.myBgColor { background-color: #6E87B3; }

<div style="background-color:#6E87B3">Inner text</div>

This div background color is #6E87B3.


Border color

.myBorderColor { border: 1px solid #6E87B3; }

<div style="border:3px solid #6E87B3">Div</div>

This div border color is #6E87B3.


Opacity

.myOpacity80 { color: #6E87B3; opacity: 0.8; }

<p style="color:#6E87B3;opacity:0.8;">80%</p>

Text with #6E87B3 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 #6E87B3;}

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

This text has shadow with #6E87B3 color.

.textShadow {text-shadow: 3px 3px 1px #6E87B3, 3px 3px 1px red;}

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

This text has shadow with #6E87B3 primary color and red secondary color.


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

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

This text has shadow with #6E87B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E87B3 on black background.


Color preview on white background

This text has color #6E87B3 on white background.



Black color preview on #6E87B3 background

This text has black color on #6E87B3 background.


White color preview on #6E87B3 background

This text has white color on #6E87B3 background.