COLOR #6B906C

HEX: #6B906C
RGB: (107,144,108)

Color info

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

RGB color model

#6B906C color RGB value is (107,144,108).

  • red value is 107;
  • green value is 144;
  • blue value is 108.
RGB:
(107,144,108)
(42%,56%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 108 of 255 = 42%

107
144
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 144 + 108 = 359 (100%)
R 107 of 359 ~ 29.81%
G 144 of 359 ~ 40.11%
B 108 of 359 ~ 30.08%

%29.81
%40.11
%30.08

CMYK color model

#6B906C color CMYK value is (26,0,25,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 43.53%
CMYK:
(26,0,25,44)
C26M0Y25K44 
(26%,0%,25%,44%)
(0.26/0.00/0.25/0.44)	

CMYK percentages

%25.69
%0
%25
%43.53

Codes

Color #6B906C in popluar color models

6B906C
RGB107144108
HSL122°14.74%49.22%
HSB/HSV122°25.69%56.47%
CMYK25.69%0.00%25.00%
43.53%

Color #6B906C in popluar number systems.

HEX6B906C
Decimal107144108
Binary1101011100100001101100
Octal153220154

Shades and tints

Shades of #6B906C

#6B906C
(107,144,108)
#628363
(98,131,99)
#59765A
(89,118,90)
#506951
(80,105,81)
#475C48
(71,92,72)
#3E4F3F
(62,79,63)
#354236
(53,66,54)
#2C352D
(44,53,45)
#232824
(35,40,36)
#1A1B1B
(26,27,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #6B906C

#6B906C
(107,144,108)
#789A79
(120,154,121)
#85A486
(133,164,134)
#92AE93
(146,174,147)
#9FB8A0
(159,184,160)
#ACC2AD
(172,194,173)
#B9CCBA
(185,204,186)
#C6D6C7
(198,214,199)
#D3E0D4
(211,224,212)
#E0EAE1
(224,234,225)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B906C; }

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

This text font color is #6B906C.


Background Color

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

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

This div background color is #6B906C.


Border color

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

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

This div border color is #6B906C.


Opacity

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

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

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

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

This text has shadow with #6B906C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B906C on black background.


Color preview on white background

This text has color #6B906C on white background.



Black color preview on #6B906C background

This text has black color on #6B906C background.


White color preview on #6B906C background

This text has white color on #6B906C background.