COLOR #6676B0

HEX: #6676B0
RGB: (102,118,176)

Renk bilgisi

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

RGB renk modeli

#6676B0 color RGB value is (102,118,176).

  • kırmız ton 102;
  • yeşil ton 118;
  • mavi ton 176.
RGB:
(102,118,176)
(40%,46%,69%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 118 of 255 = 46%
B 176 of 255 = 69%

102
118
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 118 + 176 = 396 (100%)
R 102 of 396 ~ 25.76%
G 118 of 396 ~ 29.8%
B 176 of 396 ~ 44.44%

%25.76
%29.8
%44.44

CMYK RENK MODELİ

#6676B0 rengi CMYK tonu (42,33,0,31).

  • camgöbeği tonu 42.05%
  • eflatun tonu 32.95%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(42,33,0,31)
C42M33Y0K31 
(42%,33%,0%,31%)
(0.42/0.33/0.00/0.31)	

CMYK yüzdeleri

%42.05
%32.95
%0
%30.98

Codes

Color #6676B0 in popluar color models

6676B0
RGB102118176
HSL227°31.90%54.51%
HSB/HSV227°42.05%69.02%
CMYK42.05%32.95%0.00%
30.98%

Color #6676B0 in popluar number systems.

HEX6676B0
Decimal102118176
Binary1100110111011010110000
Octal146166260

Shades and tints

Shades of #6676B0

#6676B0
(102,118,176)
#5D6CA0
(93,108,160)
#546290
(84,98,144)
#4B5880
(75,88,128)
#424E70
(66,78,112)
#394460
(57,68,96)
#303A50
(48,58,80)
#273040
(39,48,64)
#1E2630
(30,38,48)
#151C20
(21,28,32)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #6676B0

#6676B0
(102,118,176)
#7382B7
(115,130,183)
#808EBE
(128,142,190)
#8D9AC5
(141,154,197)
#9AA6CC
(154,166,204)
#A7B2D3
(167,178,211)
#B4BEDA
(180,190,218)
#C1CAE1
(193,202,225)
#CED6E8
(206,214,232)
#DBE2EF
(219,226,239)
#E8EEF6
(232,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6676B0 color. Also use rgb(102,118,176) instead hex code.

Text Font Color

.myTextColor { color: #6676B0; }

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

This text font color is #6676B0.


Background Color

.myBgColor { background-color: #6676B0; }

<div style="background-color:#6676B0">Inner text</div>

This div background color is #6676B0.


Border color

.myBorderColor { border: 1px solid #6676B0; }

<div style="border:3px solid #6676B0">Div</div>

This div border color is #6676B0.


Opacity

.myOpacity80 { color: #6676B0; opacity: 0.8; }

<p style="color:#6676B0;opacity:0.8;">80%</p>

Text with #6676B0 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 #6676B0;}

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

This text has shadow with #6676B0 color.

.textShadow {text-shadow: 3px 3px 1px #6676B0, 3px 3px 1px red;}

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

This text has shadow with #6676B0 primary color and red secondary color.


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

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

This text has shadow with #6676B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6676B0 on black background.


Color preview on white background

This text has color #6676B0 on white background.



Black color preview on #6676B0 background

This text has black color on #6676B0 background.


White color preview on #6676B0 background

This text has white color on #6676B0 background.