COLOR #6D78AA

HEX: #6D78AA
RGB: (109,120,170)

Renk bilgisi

#6D78AA contains mainly green and blue colors. #6D78AA ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6D78AA color RGB value is (109,120,170).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 120 of 255 = 47%
B 170 of 255 = 67%

109
120
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 120 + 170 = 399 (100%)
R 109 of 399 ~ 27.32%
G 120 of 399 ~ 30.08%
B 170 of 399 ~ 42.61%

%27.32
%30.08
%42.61

CMYK RENK MODELİ

#6D78AA rengi CMYK tonu (36,29,0,33).

  • camgöbeği tonu 35.88%
  • eflatun tonu 29.41%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(36,29,0,33)
C36M29Y0K33 
(36%,29%,0%,33%)
(0.36/0.29/0.00/0.33)	

CMYK yüzdeleri

%35.88
%29.41
%0
%33.33

Codes

Color #6D78AA in popluar color models

6D78AA
RGB109120170
HSL229°26.41%54.71%
HSB/HSV229°35.88%66.67%
CMYK35.88%29.41%0.00%
33.33%

Color #6D78AA in popluar number systems.

HEX6D78AA
Decimal109120170
Binary1101101111100010101010
Octal155170252

Shades and tints

Shades of #6D78AA

#6D78AA
(109,120,170)
#646E9B
(100,110,155)
#5B648C
(91,100,140)
#525A7D
(82,90,125)
#49506E
(73,80,110)
#40465F
(64,70,95)
#373C50
(55,60,80)
#2E3241
(46,50,65)
#252832
(37,40,50)
#1C1E23
(28,30,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6D78AA

#6D78AA
(109,120,170)
#7A84B1
(122,132,177)
#8790B8
(135,144,184)
#949CBF
(148,156,191)
#A1A8C6
(161,168,198)
#AEB4CD
(174,180,205)
#BBC0D4
(187,192,212)
#C8CCDB
(200,204,219)
#D5D8E2
(213,216,226)
#E2E4E9
(226,228,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D78AA; }

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

This text font color is #6D78AA.


Background Color

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

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

This div background color is #6D78AA.


Border color

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

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

This div border color is #6D78AA.


Opacity

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

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

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

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

This text has shadow with #6D78AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D78AA on black background.


Color preview on white background

This text has color #6D78AA on white background.



Black color preview on #6D78AA background

This text has black color on #6D78AA background.


White color preview on #6D78AA background

This text has white color on #6D78AA background.