COLOR #6B607D

HEX: #6B607D RGB: (107,96,125)

Color info

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

RGB color model

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

RGB: (107,96,125) (42%, 38%, 49%)

RGB channels and saturation

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

107
96
125

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

Portions of RGB colors in percentages

R + G + B = 107 + 96 + 125 = 328 (100%)
R 107 of 328 ~ 32.62%
G 96 of 328 ~ 29.27%
B 125 of 328 ~ 38.11'%

%32.62
%29.27
%38.11

CMYK color model

#6B607D color CMYK value is (14,23,0,51).

  • cyan value is 14.40%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (14,23,0,51)
C14M23Y0K51 (14%, 23%, 0%, 51%)
(0.14 / 0.23 / 0.00 / 0.51)

CMYK percentages

%14.4
%23.2
%0
%50.98

Codes

Color #6B607D in popluar color models

6B 60 7D
RGB 107 96 125
HSL 263° 13.12% 43.33%
HSB/HSV 263° 23.20% 49.02%
CMYK 14.40% 23.20% 0.00%
50.98%

Color #6B607D in popluar number systems.

HEX 6B 60 7D
Decimal 107 96 125
Binary 1101011 1100000 1111101
Octal 153 140 175

Shades and tints

Shades of #6B607D

#6B607D
(107,96,125)
#625872
(98,88,114)
#595067
(89,80,103)
#50485C
(80,72,92)
#474051
(71,64,81)
#3E3846
(62,56,70)
#35303B
(53,48,59)
#2C2830
(44,40,48)
#232025
(35,32,37)
#1A181A
(26,24,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B607D

#6B607D
(107,96,125)
#786E88
(120,110,136)
#857C93
(133,124,147)
#928A9E
(146,138,158)
#9F98A9
(159,152,169)
#ACA6B4
(172,166,180)
#B9B4BF
(185,180,191)
#C6C2CA
(198,194,202)
#D3D0D5
(211,208,213)
#E0DEE0
(224,222,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B607D; }

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

This text font color is #6B607D.

Background Color

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

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

This div background color is #6B607D.

Border color

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

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

This div border color is #6B607D.

Opacity

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

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

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

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

This text has shadow with #6B607D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B607D.

Preview

Color preview on black background

This text has color #6B607D on black background.


Color preview on white background

This text has color #6B607D on white background.


Black color preview on #6B607D background

This text has black color on #6B607D background.


White color preview on #6B607D background

This text has white color on #6B607D background.


Related colors

Complementary color

Complementary color for #hex is #949F82.


I love getcolorcode.com

Triadic colors

1 #7D6B60 and #607D6B with #6B607D are triadic colors.

2 #7D606B and #606B7D with #6B607D are triadic colors.