COLOR #6AAF93

HEX: #6AAF93
RGB: (106,175,147)

Color info

#6AAF93 contains mainly green and blue colors. Web safe color of #6AAF93 is #669999 (or #699).

RGB color model

#6AAF93 color RGB value is (106,175,147).

  • red value is 106;
  • green value is 175;
  • blue value is 147.
RGB:
(106,175,147)
(42%,69%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 175 of 255 = 69%
B 147 of 255 = 58%

106
175
147

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

Portions of RGB colors in percentages

R + G + B =
106 + 175 + 147 = 428 (100%)
R 106 of 428 ~ 24.77%
G 175 of 428 ~ 40.89%
B 147 of 428 ~ 34.35%

%24.77
%40.89
%34.35

CMYK color model

#6AAF93 color CMYK value is (39,0,16,31).

  • cyan value is 39.43%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(39,0,16,31)
C39M0Y16K31 
(39%,0%,16%,31%)
(0.39/0.00/0.16/0.31)	

CMYK percentages

%39.43
%0
%16
%31.37

Codes

Color #6AAF93 in popluar color models

6AAF93
RGB106175147
HSL156°30.13%55.10%
HSB/HSV156°39.43%68.63%
CMYK39.43%0.00%16.00%
31.37%

Color #6AAF93 in popluar number systems.

HEX6AAF93
Decimal106175147
Binary11010101010111110010011
Octal152257223

Shades and tints

Shades of #6AAF93

#6AAF93
(106,175,147)
#61A086
(97,160,134)
#589179
(88,145,121)
#4F826C
(79,130,108)
#46735F
(70,115,95)
#3D6452
(61,100,82)
#345545
(52,85,69)
#2B4638
(43,70,56)
#22372B
(34,55,43)
#19281E
(25,40,30)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #6AAF93

#6AAF93
(106,175,147)
#77B69C
(119,182,156)
#84BDA5
(132,189,165)
#91C4AE
(145,196,174)
#9ECBB7
(158,203,183)
#ABD2C0
(171,210,192)
#B8D9C9
(184,217,201)
#C5E0D2
(197,224,210)
#D2E7DB
(210,231,219)
#DFEEE4
(223,238,228)
#ECF5ED
(236,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAF93 color. Also use rgb(106,175,147) instead hex code.

Text Font Color

.myTextColor { color: #6AAF93; }

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

This text font color is #6AAF93.


Background Color

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

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

This div background color is #6AAF93.


Border color

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

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

This div border color is #6AAF93.


Opacity

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

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

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

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

This text has shadow with #6AAF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAF93 on black background.


Color preview on white background

This text has color #6AAF93 on white background.



Black color preview on #6AAF93 background

This text has black color on #6AAF93 background.


White color preview on #6AAF93 background

This text has white color on #6AAF93 background.