COLOR #606676

HEX: #606676
RGB: (96,102,118)

Renk bilgisi

#606676 contains red, green and blue colors in about the same proportion. #606676 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#606676 color RGB value is (96,102,118).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 102 of 255 = 40%
B 118 of 255 = 46%

96
102
118

R + G + B ~ 41%. #606676 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 102 + 118 = 316 (100%)
R 96 of 316 ~ 30.38%
G 102 of 316 ~ 32.28%
B 118 of 316 ~ 37.34%

%30.38
%32.28
%37.34

CMYK RENK MODELİ

#606676 rengi CMYK tonu (19,14,0,54).

  • camgöbeği tonu 18.64%
  • eflatun tonu 13.56%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(19,14,0,54)
C19M14Y0K54 
(19%,14%,0%,54%)
(0.19/0.14/0.00/0.54)	

CMYK yüzdeleri

%18.64
%13.56
%0
%53.73

Codes

Color #606676 in popluar color models

606676
RGB96102118
HSL224°10.28%41.96%
HSB/HSV224°18.64%46.27%
CMYK18.64%13.56%0.00%
53.73%

Color #606676 in popluar number systems.

HEX606676
Decimal96102118
Binary110000011001101110110
Octal140146166

Shades and tints

Shades of #606676

#606676
(96,102,118)
#585D6C
(88,93,108)
#505462
(80,84,98)
#484B58
(72,75,88)
#40424E
(64,66,78)
#383944
(56,57,68)
#30303A
(48,48,58)
#282730
(40,39,48)
#201E26
(32,30,38)
#18151C
(24,21,28)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #606676

#606676
(96,102,118)
#6E7382
(110,115,130)
#7C808E
(124,128,142)
#8A8D9A
(138,141,154)
#989AA6
(152,154,166)
#A6A7B2
(166,167,178)
#B4B4BE
(180,180,190)
#C2C1CA
(194,193,202)
#D0CED6
(208,206,214)
#DEDBE2
(222,219,226)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606676; }

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

This text font color is #606676.


Background Color

.myBgColor { background-color: #606676; }

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

This div background color is #606676.


Border color

.myBorderColor { border: 1px solid #606676; }

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

This div border color is #606676.


Opacity

.myOpacity80 { color: #606676; opacity: 0.8; }

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

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

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

This text has shadow with #606676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606676 on black background.


Color preview on white background

This text has color #606676 on white background.



Black color preview on #606676 background

This text has black color on #606676 background.


White color preview on #606676 background

This text has white color on #606676 background.