COLOR #6B6060

HEX: #6B6060
RGB: (107,96,96)

Color info

#6B6060 contains red, green and blue colors in about the same proportion. Web safe color of #6B6060 is #666666 (or #666).

RGB color model

#6B6060 color RGB value is (107,96,96).

  • red value is 107;
  • green value is 96;
  • blue value is 96.
RGB:
(107,96,96)
(42%,38%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 96 of 255 = 38%
B 96 of 255 = 38%

107
96
96

R + G + B ~ 39%. #6B6060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 96 + 96 = 299 (100%)
R 107 of 299 ~ 35.79%
G 96 of 299 ~ 32.11%
B 96 of 299 ~ 32.11%

%35.79
%32.11
%32.11

CMYK color model

#6B6060 color CMYK value is (0,10,10,58).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 10.28%
  • key color value is 58.04%
CMYK:
(0,10,10,58)
C0M10Y10K58 
(0%,10%,10%,58%)
(0.00/0.10/0.10/0.58)	

CMYK percentages

%0
%10.28
%10.28
%58.04

Codes

Color #6B6060 in popluar color models

6B6060
RGB1079696
HSL5.42%39.80%
HSB/HSV10.28%41.96%
CMYK0.00%10.28%10.28%
58.04%

Color #6B6060 in popluar number systems.

HEX6B6060
Decimal1079696
Binary110101111000001100000
Octal153140140

Shades and tints

Shades of #6B6060

#6B6060
(107,96,96)
#625858
(98,88,88)
#595050
(89,80,80)
#504848
(80,72,72)
#474040
(71,64,64)
#3E3838
(62,56,56)
#353030
(53,48,48)
#2C2828
(44,40,40)
#232020
(35,32,32)
#1A1818
(26,24,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #6B6060

#6B6060
(107,96,96)
#786E6E
(120,110,110)
#857C7C
(133,124,124)
#928A8A
(146,138,138)
#9F9898
(159,152,152)
#ACA6A6
(172,166,166)
#B9B4B4
(185,180,180)
#C6C2C2
(198,194,194)
#D3D0D0
(211,208,208)
#E0DEDE
(224,222,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6060; }

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

This text font color is #6B6060.


Background Color

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

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

This div background color is #6B6060.


Border color

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

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

This div border color is #6B6060.


Opacity

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

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

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

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

This text has shadow with #6B6060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6060 on black background.


Color preview on white background

This text has color #6B6060 on white background.



Black color preview on #6B6060 background

This text has black color on #6B6060 background.


White color preview on #6B6060 background

This text has white color on #6B6060 background.