COLOR #6E98AD

HEX: #6E98AD
RGB: (110,152,173)

Renk bilgisi

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

RGB renk modeli

#6E98AD color RGB value is (110,152,173).

  • kırmız ton 110;
  • yeşil ton 152;
  • mavi ton 173.
RGB:
(110,152,173)
(43%,60%,68%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 152 of 255 = 60%
B 173 of 255 = 68%

110
152
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 152 + 173 = 435 (100%)
R 110 of 435 ~ 25.29%
G 152 of 435 ~ 34.94%
B 173 of 435 ~ 39.77%

%25.29
%34.94
%39.77

CMYK RENK MODELİ

#6E98AD rengi CMYK tonu (36,12,0,32).

  • camgöbeği tonu 36.42%
  • eflatun tonu 12.14%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(36,12,0,32)
C36M12Y0K32 
(36%,12%,0%,32%)
(0.36/0.12/0.00/0.32)	

CMYK yüzdeleri

%36.42
%12.14
%0
%32.16

Codes

Color #6E98AD in popluar color models

6E98AD
RGB110152173
HSL200°27.75%55.49%
HSB/HSV200°36.42%67.84%
CMYK36.42%12.14%0.00%
32.16%

Color #6E98AD in popluar number systems.

HEX6E98AD
Decimal110152173
Binary11011101001100010101101
Octal156230255

Shades and tints

Shades of #6E98AD

#6E98AD
(110,152,173)
#648B9E
(100,139,158)
#5A7E8F
(90,126,143)
#507180
(80,113,128)
#466471
(70,100,113)
#3C5762
(60,87,98)
#324A53
(50,74,83)
#283D44
(40,61,68)
#1E3035
(30,48,53)
#142326
(20,35,38)
#0A1617
(10,22,23)
#000000
(0,0,0)

Tints of #6E98AD

#6E98AD
(110,152,173)
#7BA1B4
(123,161,180)
#88AABB
(136,170,187)
#95B3C2
(149,179,194)
#A2BCC9
(162,188,201)
#AFC5D0
(175,197,208)
#BCCED7
(188,206,215)
#C9D7DE
(201,215,222)
#D6E0E5
(214,224,229)
#E3E9EC
(227,233,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E98AD color. Also use rgb(110,152,173) instead hex code.

Text Font Color

.myTextColor { color: #6E98AD; }

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

This text font color is #6E98AD.


Background Color

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

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

This div background color is #6E98AD.


Border color

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

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

This div border color is #6E98AD.


Opacity

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

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

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

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

This text has shadow with #6E98AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E98AD on black background.


Color preview on white background

This text has color #6E98AD on white background.



Black color preview on #6E98AD background

This text has black color on #6E98AD background.


White color preview on #6E98AD background

This text has white color on #6E98AD background.