COLOR #6E95A5

HEX: #6E95A5
RGB: (110,149,165)

Renk bilgisi

#6E95A5 contains red, green and blue colors in about the same proportion. #6E95A5 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6E95A5 color RGB value is (110,149,165).

  • kırmız ton 110;
  • yeşil ton 149;
  • mavi ton 165.
RGB:
(110,149,165)
(43%,58%,65%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 149 of 255 = 58%
B 165 of 255 = 65%

110
149
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 149 + 165 = 424 (100%)
R 110 of 424 ~ 25.94%
G 149 of 424 ~ 35.14%
B 165 of 424 ~ 38.92%

%25.94
%35.14
%38.92

CMYK RENK MODELİ

#6E95A5 rengi CMYK tonu (33,10,0,35).

  • camgöbeği tonu 33.33%
  • eflatun tonu 9.70%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(33,10,0,35)
C33M10Y0K35 
(33%,10%,0%,35%)
(0.33/0.10/0.00/0.35)	

CMYK yüzdeleri

%33.33
%9.7
%0
%35.29

Codes

Color #6E95A5 in popluar color models

6E95A5
RGB110149165
HSL197°23.40%53.92%
HSB/HSV197°33.33%64.71%
CMYK33.33%9.70%0.00%
35.29%

Color #6E95A5 in popluar number systems.

HEX6E95A5
Decimal110149165
Binary11011101001010110100101
Octal156225245

Shades and tints

Shades of #6E95A5

#6E95A5
(110,149,165)
#648896
(100,136,150)
#5A7B87
(90,123,135)
#506E78
(80,110,120)
#466169
(70,97,105)
#3C545A
(60,84,90)
#32474B
(50,71,75)
#283A3C
(40,58,60)
#1E2D2D
(30,45,45)
#14201E
(20,32,30)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #6E95A5

#6E95A5
(110,149,165)
#7B9EAD
(123,158,173)
#88A7B5
(136,167,181)
#95B0BD
(149,176,189)
#A2B9C5
(162,185,197)
#AFC2CD
(175,194,205)
#BCCBD5
(188,203,213)
#C9D4DD
(201,212,221)
#D6DDE5
(214,221,229)
#E3E6ED
(227,230,237)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E95A5 color. Also use rgb(110,149,165) instead hex code.

Text Font Color

.myTextColor { color: #6E95A5; }

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

This text font color is #6E95A5.


Background Color

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

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

This div background color is #6E95A5.


Border color

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

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

This div border color is #6E95A5.


Opacity

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

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

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

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

This text has shadow with #6E95A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E95A5 on black background.


Color preview on white background

This text has color #6E95A5 on white background.



Black color preview on #6E95A5 background

This text has black color on #6E95A5 background.


White color preview on #6E95A5 background

This text has white color on #6E95A5 background.