COLOR #6E93A5

HEX: #6E93A5
RGB: (110,147,165)

Renk bilgisi

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

RGB renk modeli

#6E93A5 color RGB value is (110,147,165).

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

RGB bağlantıları ve doygunluk

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

110
147
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 147 + 165 = 422 (100%)
R 110 of 422 ~ 26.07%
G 147 of 422 ~ 34.83%
B 165 of 422 ~ 39.1%

%26.07
%34.83
%39.1

CMYK RENK MODELİ

#6E93A5 rengi CMYK tonu (33,11,0,35).

  • camgöbeği tonu 33.33%
  • eflatun tonu 10.91%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(33,11,0,35)
C33M11Y0K35 
(33%,11%,0%,35%)
(0.33/0.11/0.00/0.35)	

CMYK yüzdeleri

%33.33
%10.91
%0
%35.29

Codes

Color #6E93A5 in popluar color models

6E93A5
RGB110147165
HSL200°23.40%53.92%
HSB/HSV200°33.33%64.71%
CMYK33.33%10.91%0.00%
35.29%

Color #6E93A5 in popluar number systems.

HEX6E93A5
Decimal110147165
Binary11011101001001110100101
Octal156223245

Shades and tints

Shades of #6E93A5

#6E93A5
(110,147,165)
#648696
(100,134,150)
#5A7987
(90,121,135)
#506C78
(80,108,120)
#465F69
(70,95,105)
#3C525A
(60,82,90)
#32454B
(50,69,75)
#28383C
(40,56,60)
#1E2B2D
(30,43,45)
#141E1E
(20,30,30)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E93A5

#6E93A5
(110,147,165)
#7B9CAD
(123,156,173)
#88A5B5
(136,165,181)
#95AEBD
(149,174,189)
#A2B7C5
(162,183,197)
#AFC0CD
(175,192,205)
#BCC9D5
(188,201,213)
#C9D2DD
(201,210,221)
#D6DBE5
(214,219,229)
#E3E4ED
(227,228,237)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E93A5; }

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

This text font color is #6E93A5.


Background Color

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

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

This div background color is #6E93A5.


Border color

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

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

This div border color is #6E93A5.


Opacity

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

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

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

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

This text has shadow with #6E93A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E93A5 on black background.


Color preview on white background

This text has color #6E93A5 on white background.



Black color preview on #6E93A5 background

This text has black color on #6E93A5 background.


White color preview on #6E93A5 background

This text has white color on #6E93A5 background.