COLOR #6BA275

HEX: #6BA275
RGB: (107,162,117)

Color info

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

RGB color model

#6BA275 color RGB value is (107,162,117).

  • red value is 107;
  • green value is 162;
  • blue value is 117.
RGB:
(107,162,117)
(42%,64%,46%)

RGB channels and saturation

R 107 of 255 = 42%
G 162 of 255 = 64%
B 117 of 255 = 46%

107
162
117

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

Portions of RGB colors in percentages

R + G + B =
107 + 162 + 117 = 386 (100%)
R 107 of 386 ~ 27.72%
G 162 of 386 ~ 41.97%
B 117 of 386 ~ 30.31%

%27.72
%41.97
%30.31

CMYK color model

#6BA275 color CMYK value is (34,0,28,36).

  • cyan value is 33.95%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 36.47%
CMYK:
(34,0,28,36)
C34M0Y28K36 
(34%,0%,28%,36%)
(0.34/0.00/0.28/0.36)	

CMYK percentages

%33.95
%0
%27.78
%36.47

Codes

Color #6BA275 in popluar color models

6BA275
RGB107162117
HSL131°22.82%52.75%
HSB/HSV131°33.95%63.53%
CMYK33.95%0.00%27.78%
36.47%

Color #6BA275 in popluar number systems.

HEX6BA275
Decimal107162117
Binary1101011101000101110101
Octal153242165

Shades and tints

Shades of #6BA275

#6BA275
(107,162,117)
#62946B
(98,148,107)
#598661
(89,134,97)
#507857
(80,120,87)
#476A4D
(71,106,77)
#3E5C43
(62,92,67)
#354E39
(53,78,57)
#2C402F
(44,64,47)
#233225
(35,50,37)
#1A241B
(26,36,27)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #6BA275

#6BA275
(107,162,117)
#78AA81
(120,170,129)
#85B28D
(133,178,141)
#92BA99
(146,186,153)
#9FC2A5
(159,194,165)
#ACCAB1
(172,202,177)
#B9D2BD
(185,210,189)
#C6DAC9
(198,218,201)
#D3E2D5
(211,226,213)
#E0EAE1
(224,234,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA275 color. Also use rgb(107,162,117) instead hex code.

Text Font Color

.myTextColor { color: #6BA275; }

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

This text font color is #6BA275.


Background Color

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

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

This div background color is #6BA275.


Border color

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

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

This div border color is #6BA275.


Opacity

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

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

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

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

This text has shadow with #6BA275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA275 on black background.


Color preview on white background

This text has color #6BA275 on white background.



Black color preview on #6BA275 background

This text has black color on #6BA275 background.


White color preview on #6BA275 background

This text has white color on #6BA275 background.