COLOR #6D98AE

HEX: #6D98AE
RGB: (109,152,174)

Renk bilgisi

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

RGB renk modeli

#6D98AE color RGB value is (109,152,174).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 152 of 255 = 60%
B 174 of 255 = 68%

109
152
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 152 + 174 = 435 (100%)
R 109 of 435 ~ 25.06%
G 152 of 435 ~ 34.94%
B 174 of 435 ~ 40%

%25.06
%34.94
%40

CMYK RENK MODELİ

#6D98AE rengi CMYK tonu (37,13,0,32).

  • camgöbeği tonu 37.36%
  • eflatun tonu 12.64%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(37,13,0,32)
C37M13Y0K32 
(37%,13%,0%,32%)
(0.37/0.13/0.00/0.32)	

CMYK yüzdeleri

%37.36
%12.64
%0
%31.76

Codes

Color #6D98AE in popluar color models

6D98AE
RGB109152174
HSL200°28.63%55.49%
HSB/HSV200°37.36%68.24%
CMYK37.36%12.64%0.00%
31.76%

Color #6D98AE in popluar number systems.

HEX6D98AE
Decimal109152174
Binary11011011001100010101110
Octal155230256

Shades and tints

Shades of #6D98AE

#6D98AE
(109,152,174)
#648B9F
(100,139,159)
#5B7E90
(91,126,144)
#527181
(82,113,129)
#496472
(73,100,114)
#405763
(64,87,99)
#374A54
(55,74,84)
#2E3D45
(46,61,69)
#253036
(37,48,54)
#1C2327
(28,35,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #6D98AE

#6D98AE
(109,152,174)
#7AA1B5
(122,161,181)
#87AABC
(135,170,188)
#94B3C3
(148,179,195)
#A1BCCA
(161,188,202)
#AEC5D1
(174,197,209)
#BBCED8
(187,206,216)
#C8D7DF
(200,215,223)
#D5E0E6
(213,224,230)
#E2E9ED
(226,233,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D98AE color. Also use rgb(109,152,174) instead hex code.

Text Font Color

.myTextColor { color: #6D98AE; }

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

This text font color is #6D98AE.


Background Color

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

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

This div background color is #6D98AE.


Border color

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

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

This div border color is #6D98AE.


Opacity

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

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

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

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

This text has shadow with #6D98AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D98AE on black background.


Color preview on white background

This text has color #6D98AE on white background.



Black color preview on #6D98AE background

This text has black color on #6D98AE background.


White color preview on #6D98AE background

This text has white color on #6D98AE background.