COLOR #6A906C

HEX: #6A906C
RGB: (106,144,108)

Color info

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

RGB color model

#6A906C color RGB value is (106,144,108).

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

RGB channels and saturation

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

106
144
108

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

Portions of RGB colors in percentages

R + G + B =
106 + 144 + 108 = 358 (100%)
R 106 of 358 ~ 29.61%
G 144 of 358 ~ 40.22%
B 108 of 358 ~ 30.17%

%29.61
%40.22
%30.17

CMYK color model

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

  • cyan value is 26.39%
  • 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

%26.39
%0
%25
%43.53

Codes

Color #6A906C in popluar color models

6A906C
RGB106144108
HSL123°15.20%49.02%
HSB/HSV123°26.39%56.47%
CMYK26.39%0.00%25.00%
43.53%

Color #6A906C in popluar number systems.

HEX6A906C
Decimal106144108
Binary1101010100100001101100
Octal152220154

Shades and tints

Shades of #6A906C

#6A906C
(106,144,108)
#618363
(97,131,99)
#58765A
(88,118,90)
#4F6951
(79,105,81)
#465C48
(70,92,72)
#3D4F3F
(61,79,63)
#344236
(52,66,54)
#2B352D
(43,53,45)
#222824
(34,40,36)
#191B1B
(25,27,27)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #6A906C

#6A906C
(106,144,108)
#779A79
(119,154,121)
#84A486
(132,164,134)
#91AE93
(145,174,147)
#9EB8A0
(158,184,160)
#ABC2AD
(171,194,173)
#B8CCBA
(184,204,186)
#C5D6C7
(197,214,199)
#D2E0D4
(210,224,212)
#DFEAE1
(223,234,225)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A906C; }

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

This text font color is #6A906C.


Background Color

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

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

This div background color is #6A906C.


Border color

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

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

This div border color is #6A906C.


Opacity

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

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

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

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

This text has shadow with #6A906C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A906C on black background.


Color preview on white background

This text has color #6A906C on white background.



Black color preview on #6A906C background

This text has black color on #6A906C background.


White color preview on #6A906C background

This text has white color on #6A906C background.