COLOR #606061

HEX: #606061
RGB: (96,96,97)

Renk bilgisi

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

RGB renk modeli

#606061 color RGB value is (96,96,97).

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

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 96 of 255 = 38%
B 97 of 255 = 38%

96
96
97

R + G + B ~ 38%. #606061 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 96 + 97 = 289 (100%)
R 96 of 289 ~ 33.22%
G 96 of 289 ~ 33.22%
B 97 of 289 ~ 33.56%

%33.22
%33.22
%33.56

CMYK RENK MODELİ

#606061 rengi CMYK tonu (1,1,0,62).

  • camgöbeği tonu 1.03%
  • eflatun tonu 1.03%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(1,1,0,62)
C1M1Y0K62 
(1%,1%,0%,62%)
(0.01/0.01/0.00/0.62)	

CMYK yüzdeleri

%1.03
%1.03
%0
%61.96

Codes

Color #606061 in popluar color models

606061
RGB969697
HSL240°0.52%37.84%
HSB/HSV240°1.03%38.04%
CMYK1.03%1.03%0.00%
61.96%

Color #606061 in popluar number systems.

HEX606061
Decimal969697
Binary110000011000001100001
Octal140140141

Shades and tints

Shades of #606061

#606061
(96,96,97)
#585859
(88,88,89)
#505051
(80,80,81)
#484849
(72,72,73)
#404041
(64,64,65)
#383839
(56,56,57)
#303031
(48,48,49)
#282829
(40,40,41)
#202021
(32,32,33)
#181819
(24,24,25)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #606061

#606061
(96,96,97)
#6E6E6F
(110,110,111)
#7C7C7D
(124,124,125)
#8A8A8B
(138,138,139)
#989899
(152,152,153)
#A6A6A7
(166,166,167)
#B4B4B5
(180,180,181)
#C2C2C3
(194,194,195)
#D0D0D1
(208,208,209)
#DEDEDF
(222,222,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606061; }

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

This text font color is #606061.


Background Color

.myBgColor { background-color: #606061; }

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

This div background color is #606061.


Border color

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

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

This div border color is #606061.


Opacity

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

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

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

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

This text has shadow with #606061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606061 on black background.


Color preview on white background

This text has color #606061 on white background.



Black color preview on #606061 background

This text has black color on #606061 background.


White color preview on #606061 background

This text has white color on #606061 background.