COLOR #6E87AF

HEX: #6E87AF
RGB: (110,135,175)

Renk bilgisi

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

RGB renk modeli

#6E87AF color RGB value is (110,135,175).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 135 of 255 = 53%
B 175 of 255 = 69%

110
135
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 135 + 175 = 420 (100%)
R 110 of 420 ~ 26.19%
G 135 of 420 ~ 32.14%
B 175 of 420 ~ 41.67%

%26.19
%32.14
%41.67

CMYK RENK MODELİ

#6E87AF rengi CMYK tonu (37,23,0,31).

  • camgöbeği tonu 37.14%
  • eflatun tonu 22.86%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(37,23,0,31)
C37M23Y0K31 
(37%,23%,0%,31%)
(0.37/0.23/0.00/0.31)	

CMYK yüzdeleri

%37.14
%22.86
%0
%31.37

Codes

Color #6E87AF in popluar color models

6E87AF
RGB110135175
HSL217°28.89%55.88%
HSB/HSV217°37.14%68.63%
CMYK37.14%22.86%0.00%
31.37%

Color #6E87AF in popluar number systems.

HEX6E87AF
Decimal110135175
Binary11011101000011110101111
Octal156207257

Shades and tints

Shades of #6E87AF

#6E87AF
(110,135,175)
#647BA0
(100,123,160)
#5A6F91
(90,111,145)
#506382
(80,99,130)
#465773
(70,87,115)
#3C4B64
(60,75,100)
#323F55
(50,63,85)
#283346
(40,51,70)
#1E2737
(30,39,55)
#141B28
(20,27,40)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #6E87AF

#6E87AF
(110,135,175)
#7B91B6
(123,145,182)
#889BBD
(136,155,189)
#95A5C4
(149,165,196)
#A2AFCB
(162,175,203)
#AFB9D2
(175,185,210)
#BCC3D9
(188,195,217)
#C9CDE0
(201,205,224)
#D6D7E7
(214,215,231)
#E3E1EE
(227,225,238)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E87AF; }

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

This text font color is #6E87AF.


Background Color

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

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

This div background color is #6E87AF.


Border color

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

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

This div border color is #6E87AF.


Opacity

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

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

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

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

This text has shadow with #6E87AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E87AF on black background.


Color preview on white background

This text has color #6E87AF on white background.



Black color preview on #6E87AF background

This text has black color on #6E87AF background.


White color preview on #6E87AF background

This text has white color on #6E87AF background.