COLOR #6D93AA

HEX: #6D93AA
RGB: (109,147,170)

Renk bilgisi

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

RGB renk modeli

#6D93AA color RGB value is (109,147,170).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 147 of 255 = 58%
B 170 of 255 = 67%

109
147
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 147 + 170 = 426 (100%)
R 109 of 426 ~ 25.59%
G 147 of 426 ~ 34.51%
B 170 of 426 ~ 39.91%

%25.59
%34.51
%39.91

CMYK RENK MODELİ

#6D93AA rengi CMYK tonu (36,14,0,33).

  • camgöbeği tonu 35.88%
  • eflatun tonu 13.53%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(36,14,0,33)
C36M14Y0K33 
(36%,14%,0%,33%)
(0.36/0.14/0.00/0.33)	

CMYK yüzdeleri

%35.88
%13.53
%0
%33.33

Codes

Color #6D93AA in popluar color models

6D93AA
RGB109147170
HSL203°26.41%54.71%
HSB/HSV203°35.88%66.67%
CMYK35.88%13.53%0.00%
33.33%

Color #6D93AA in popluar number systems.

HEX6D93AA
Decimal109147170
Binary11011011001001110101010
Octal155223252

Shades and tints

Shades of #6D93AA

#6D93AA
(109,147,170)
#64869B
(100,134,155)
#5B798C
(91,121,140)
#526C7D
(82,108,125)
#495F6E
(73,95,110)
#40525F
(64,82,95)
#374550
(55,69,80)
#2E3841
(46,56,65)
#252B32
(37,43,50)
#1C1E23
(28,30,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #6D93AA

#6D93AA
(109,147,170)
#7A9CB1
(122,156,177)
#87A5B8
(135,165,184)
#94AEBF
(148,174,191)
#A1B7C6
(161,183,198)
#AEC0CD
(174,192,205)
#BBC9D4
(187,201,212)
#C8D2DB
(200,210,219)
#D5DBE2
(213,219,226)
#E2E4E9
(226,228,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D93AA color. Also use rgb(109,147,170) instead hex code.

Text Font Color

.myTextColor { color: #6D93AA; }

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

This text font color is #6D93AA.


Background Color

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

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

This div background color is #6D93AA.


Border color

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

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

This div border color is #6D93AA.


Opacity

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

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

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

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

This text has shadow with #6D93AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D93AA on black background.


Color preview on white background

This text has color #6D93AA on white background.



Black color preview on #6D93AA background

This text has black color on #6D93AA background.


White color preview on #6D93AA background

This text has white color on #6D93AA background.