COLOR #6B906D

HEX: #6B906D RGB: (107,144,109)

Color info

#6B906D contains red, green and blue colors in about the same proportion. Web safe color of #6B906D is #669966 (or #696).

RGB color model

#6B906D color RGB value is (107,144,109).

RGB: (107,144,109) (42%, 56%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 109 of 255 = 43%

107
144
109

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

Portions of RGB colors in percentages

R + G + B = 107 + 144 + 109 = 360 (100%)
R 107 of 360 ~ 29.72%
G 144 of 360 ~ 40%
B 109 of 360 ~ 30.28'%

%29.72
%40
%30.28

CMYK color model

#6B906D color CMYK value is (26,0,24,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 43.53%
CMYK: (26,0,24,44) C26M0Y24K44 (26%,0%,24%,44%) (0.26/0.00/0.24/0.44) 

CMYK percentages

%25.69
%0
%24.31
%43.53

Codes

Color #6B906D in popluar color models

6B 90 6D
RGB 107 144 109
HSL 123° 14.74% 49.22%
HSB/HSV 123° 25.69% 56.47%
CMYK 25.69% 0.00% 24.31%
43.53%

Color #6B906D in popluar number systems.

HEX 6B 90 6D
Decimal 107 144 109
Binary 1101011 10010000 1101101
Octal 153 220 155

Shades and tints

Shades of #6B906D

#6B906D
(107,144,109)
#628364
(98,131,100)
#59765B
(89,118,91)
#506952
(80,105,82)
#475C49
(71,92,73)
#3E4F40
(62,79,64)
#354237
(53,66,55)
#2C352E
(44,53,46)
#232825
(35,40,37)
#1A1B1C
(26,27,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6B906D

#6B906D
(107,144,109)
#789A7A
(120,154,122)
#85A487
(133,164,135)
#92AE94
(146,174,148)
#9FB8A1
(159,184,161)
#ACC2AE
(172,194,174)
#B9CCBB
(185,204,187)
#C6D6C8
(198,214,200)
#D3E0D5
(211,224,213)
#E0EAE2
(224,234,226)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B906D; }

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

This text font color is #6B906D.

Background Color

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

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

This div background color is #6B906D.

Border color

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

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

This div border color is #6B906D.

Opacity

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

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

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

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

This text has shadow with #6B906D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B906D.

Preview

Color preview on black background

This text has color #6B906D on black background.


Color preview on white background

This text has color #6B906D on white background.


Black color preview on #6B906D background

This text has black color on #6B906D background.


White color preview on #6B906D background

This text has white color on #6B906D background.


Related colors

Complementary color

Complementary color for #hex is #946F92.


I love getcolorcode.com

Triadic colors

1 #6D6B90 and #906D6B with #6B906D are triadic colors.

2 #6D906B and #906B6D with #6B906D are triadic colors.