COLOR #6B907A

HEX: #6B907A
RGB: (107,144,122)

Color info

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

RGB color model

#6B907A color RGB value is (107,144,122).

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

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 122 of 255 = 48%

107
144
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 144 + 122 = 373 (100%)
R 107 of 373 ~ 28.69%
G 144 of 373 ~ 38.61%
B 122 of 373 ~ 32.71%

%28.69
%38.61
%32.71

CMYK color model

#6B907A color CMYK value is (26,0,15,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK:
(26,0,15,44)
C26M0Y15K44 
(26%,0%,15%,44%)
(0.26/0.00/0.15/0.44)	

CMYK percentages

%25.69
%0
%15.28
%43.53

Codes

Color #6B907A in popluar color models

6B907A
RGB107144122
HSL144°14.74%49.22%
HSB/HSV144°25.69%56.47%
CMYK25.69%0.00%15.28%
43.53%

Color #6B907A in popluar number systems.

HEX6B907A
Decimal107144122
Binary1101011100100001111010
Octal153220172

Shades and tints

Shades of #6B907A

#6B907A
(107,144,122)
#62836F
(98,131,111)
#597664
(89,118,100)
#506959
(80,105,89)
#475C4E
(71,92,78)
#3E4F43
(62,79,67)
#354238
(53,66,56)
#2C352D
(44,53,45)
#232822
(35,40,34)
#1A1B17
(26,27,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #6B907A

#6B907A
(107,144,122)
#789A86
(120,154,134)
#85A492
(133,164,146)
#92AE9E
(146,174,158)
#9FB8AA
(159,184,170)
#ACC2B6
(172,194,182)
#B9CCC2
(185,204,194)
#C6D6CE
(198,214,206)
#D3E0DA
(211,224,218)
#E0EAE6
(224,234,230)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B907A; }

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

This text font color is #6B907A.


Background Color

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

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

This div background color is #6B907A.


Border color

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

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

This div border color is #6B907A.


Opacity

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

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

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

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

This text has shadow with #6B907A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B907A on black background.


Color preview on white background

This text has color #6B907A on white background.



Black color preview on #6B907A background

This text has black color on #6B907A background.


White color preview on #6B907A background

This text has white color on #6B907A background.