COLOR #6677A4

HEX: #6677A4
RGB: (102,119,164)

Renk bilgisi

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

RGB renk modeli

#6677A4 color RGB value is (102,119,164).

  • kırmız ton 102;
  • yeşil ton 119;
  • mavi ton 164.
RGB:
(102,119,164)
(40%,47%,64%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 119 of 255 = 47%
B 164 of 255 = 64%

102
119
164

R + G + B ~ 50%. #6677A4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 119 + 164 = 385 (100%)
R 102 of 385 ~ 26.49%
G 119 of 385 ~ 30.91%
B 164 of 385 ~ 42.6%

%26.49
%30.91
%42.6

CMYK RENK MODELİ

#6677A4 rengi CMYK tonu (38,27,0,36).

  • camgöbeği tonu 37.80%
  • eflatun tonu 27.44%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(38,27,0,36)
C38M27Y0K36 
(38%,27%,0%,36%)
(0.38/0.27/0.00/0.36)	

CMYK yüzdeleri

%37.8
%27.44
%0
%35.69

Codes

Color #6677A4 in popluar color models

6677A4
RGB102119164
HSL224°25.41%52.16%
HSB/HSV224°37.80%64.31%
CMYK37.80%27.44%0.00%
35.69%

Color #6677A4 in popluar number systems.

HEX6677A4
Decimal102119164
Binary1100110111011110100100
Octal146167244

Shades and tints

Shades of #6677A4

#6677A4
(102,119,164)
#5D6D96
(93,109,150)
#546388
(84,99,136)
#4B597A
(75,89,122)
#424F6C
(66,79,108)
#39455E
(57,69,94)
#303B50
(48,59,80)
#273142
(39,49,66)
#1E2734
(30,39,52)
#151D26
(21,29,38)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #6677A4

#6677A4
(102,119,164)
#7383AC
(115,131,172)
#808FB4
(128,143,180)
#8D9BBC
(141,155,188)
#9AA7C4
(154,167,196)
#A7B3CC
(167,179,204)
#B4BFD4
(180,191,212)
#C1CBDC
(193,203,220)
#CED7E4
(206,215,228)
#DBE3EC
(219,227,236)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6677A4 color. Also use rgb(102,119,164) instead hex code.

Text Font Color

.myTextColor { color: #6677A4; }

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

This text font color is #6677A4.


Background Color

.myBgColor { background-color: #6677A4; }

<div style="background-color:#6677A4">Inner text</div>

This div background color is #6677A4.


Border color

.myBorderColor { border: 1px solid #6677A4; }

<div style="border:3px solid #6677A4">Div</div>

This div border color is #6677A4.


Opacity

.myOpacity80 { color: #6677A4; opacity: 0.8; }

<p style="color:#6677A4;opacity:0.8;">80%</p>

Text with #6677A4 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 #6677A4;}

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

This text has shadow with #6677A4 color.

.textShadow {text-shadow: 3px 3px 1px #6677A4, 3px 3px 1px red;}

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

This text has shadow with #6677A4 primary color and red secondary color.


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

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

This text has shadow with #6677A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6677A4 on black background.


Color preview on white background

This text has color #6677A4 on white background.



Black color preview on #6677A4 background

This text has black color on #6677A4 background.


White color preview on #6677A4 background

This text has white color on #6677A4 background.