COLOR #6E95AA

HEX: #6E95AA
RGB: (110,149,170)

Renk bilgisi

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

RGB renk modeli

#6E95AA color RGB value is (110,149,170).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 149 of 255 = 58%
B 170 of 255 = 67%

110
149
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 149 + 170 = 429 (100%)
R 110 of 429 ~ 25.64%
G 149 of 429 ~ 34.73%
B 170 of 429 ~ 39.63%

%25.64
%34.73
%39.63

CMYK RENK MODELİ

#6E95AA rengi CMYK tonu (35,12,0,33).

  • camgöbeği tonu 35.29%
  • eflatun tonu 12.35%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(35,12,0,33)
C35M12Y0K33 
(35%,12%,0%,33%)
(0.35/0.12/0.00/0.33)	

CMYK yüzdeleri

%35.29
%12.35
%0
%33.33

Codes

Color #6E95AA in popluar color models

6E95AA
RGB110149170
HSL201°26.09%54.90%
HSB/HSV201°35.29%66.67%
CMYK35.29%12.35%0.00%
33.33%

Color #6E95AA in popluar number systems.

HEX6E95AA
Decimal110149170
Binary11011101001010110101010
Octal156225252

Shades and tints

Shades of #6E95AA

#6E95AA
(110,149,170)
#64889B
(100,136,155)
#5A7B8C
(90,123,140)
#506E7D
(80,110,125)
#46616E
(70,97,110)
#3C545F
(60,84,95)
#324750
(50,71,80)
#283A41
(40,58,65)
#1E2D32
(30,45,50)
#142023
(20,32,35)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #6E95AA

#6E95AA
(110,149,170)
#7B9EB1
(123,158,177)
#88A7B8
(136,167,184)
#95B0BF
(149,176,191)
#A2B9C6
(162,185,198)
#AFC2CD
(175,194,205)
#BCCBD4
(188,203,212)
#C9D4DB
(201,212,219)
#D6DDE2
(214,221,226)
#E3E6E9
(227,230,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E95AA; }

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

This text font color is #6E95AA.


Background Color

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

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

This div background color is #6E95AA.


Border color

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

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

This div border color is #6E95AA.


Opacity

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

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

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

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

This text has shadow with #6E95AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E95AA on black background.


Color preview on white background

This text has color #6E95AA on white background.



Black color preview on #6E95AA background

This text has black color on #6E95AA background.


White color preview on #6E95AA background

This text has white color on #6E95AA background.