COLOR #6B606E

HEX: #6B606E RGB: (107,96,110)

Color info

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

RGB color model

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

RGB: (107,96,110) (42%, 38%, 43%)

RGB channels and saturation

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

107
96
110

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

Portions of RGB colors in percentages

R + G + B = 107 + 96 + 110 = 313 (100%)
R 107 of 313 ~ 34.19%
G 96 of 313 ~ 30.67%
B 110 of 313 ~ 35.14'%

%34.19
%30.67
%35.14

CMYK color model

#6B606E color CMYK value is (3,13,0,57).

  • cyan value is 2.73%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (3,13,0,57)
C3M13Y0K57 (3%, 13%, 0%, 57%)
(0.03 / 0.13 / 0.00 / 0.57)

CMYK percentages

%2.73
%12.73
%0
%56.86

Codes

Color #6B606E in popluar color models

6B 60 6E
RGB 107 96 110
HSL 287° 6.80% 40.39%
HSB/HSV 287° 12.73% 43.14%
CMYK 2.73% 12.73% 0.00%
56.86%

Color #6B606E in popluar number systems.

HEX 6B 60 6E
Decimal 107 96 110
Binary 1101011 1100000 1101110
Octal 153 140 156

Shades and tints

Shades of #6B606E

#6B606E
(107,96,110)
#625864
(98,88,100)
#59505A
(89,80,90)
#504850
(80,72,80)
#474046
(71,64,70)
#3E383C
(62,56,60)
#353032
(53,48,50)
#2C2828
(44,40,40)
#23201E
(35,32,30)
#1A1814
(26,24,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #6B606E

#6B606E
(107,96,110)
#786E7B
(120,110,123)
#857C88
(133,124,136)
#928A95
(146,138,149)
#9F98A2
(159,152,162)
#ACA6AF
(172,166,175)
#B9B4BC
(185,180,188)
#C6C2C9
(198,194,201)
#D3D0D6
(211,208,214)
#E0DEE3
(224,222,227)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B606E; }

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

This text font color is #6B606E.

Background Color

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

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

This div background color is #6B606E.

Border color

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

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

This div border color is #6B606E.

Opacity

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

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

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

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

This text has shadow with #6B606E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B606E.

Preview

Color preview on black background

This text has color #6B606E on black background.


Color preview on white background

This text has color #6B606E on white background.


Black color preview on #6B606E background

This text has black color on #6B606E background.


White color preview on #6B606E background

This text has white color on #6B606E background.


Related colors

Complementary color

Complementary color for #hex is #949F91.


I love getcolorcode.com

Triadic colors

1 #6E6B60 and #606E6B with #6B606E are triadic colors.

2 #6E606B and #606B6E with #6B606E are triadic colors.