COLOR #6B6069

HEX: #6B6069
RGB: (107,96,105)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
96
105

R + G + B ~ 40%. #6B6069 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 96 + 105 = 308 (100%)
R 107 of 308 ~ 34.74%
G 96 of 308 ~ 31.17%
B 105 of 308 ~ 34.09%

%34.74
%31.17
%34.09

CMYK color model

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

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

CMYK percentages

%0
%10.28
%1.87
%58.04

Codes

Color #6B6069 in popluar color models

6B6069
RGB10796105
HSL311°5.42%39.80%
HSB/HSV311°10.28%41.96%
CMYK0.00%10.28%1.87%
58.04%

Color #6B6069 in popluar number systems.

HEX6B6069
Decimal10796105
Binary110101111000001101001
Octal153140151

Shades and tints

Shades of #6B6069

#6B6069
(107,96,105)
#625860
(98,88,96)
#595057
(89,80,87)
#50484E
(80,72,78)
#474045
(71,64,69)
#3E383C
(62,56,60)
#353033
(53,48,51)
#2C282A
(44,40,42)
#232021
(35,32,33)
#1A1818
(26,24,24)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B6069

#6B6069
(107,96,105)
#786E76
(120,110,118)
#857C83
(133,124,131)
#928A90
(146,138,144)
#9F989D
(159,152,157)
#ACA6AA
(172,166,170)
#B9B4B7
(185,180,183)
#C6C2C4
(198,194,196)
#D3D0D1
(211,208,209)
#E0DEDE
(224,222,222)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6069; }

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

This text font color is #6B6069.


Background Color

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

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

This div background color is #6B6069.


Border color

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

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

This div border color is #6B6069.


Opacity

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

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

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

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

This text has shadow with #6B6069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6069 on black background.


Color preview on white background

This text has color #6B6069 on white background.



Black color preview on #6B6069 background

This text has black color on #6B6069 background.


White color preview on #6B6069 background

This text has white color on #6B6069 background.