COLOR #6BA890

HEX: #6BA890
RGB: (107,168,144)

Color info

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

RGB color model

#6BA890 color RGB value is (107,168,144).

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

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 144 of 255 = 56%

107
168
144

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

Portions of RGB colors in percentages

R + G + B =
107 + 168 + 144 = 419 (100%)
R 107 of 419 ~ 25.54%
G 168 of 419 ~ 40.1%
B 144 of 419 ~ 34.37%

%25.54
%40.1
%34.37

CMYK color model

#6BA890 color CMYK value is (36,0,14,34).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 34.12%
CMYK:
(36,0,14,34)
C36M0Y14K34 
(36%,0%,14%,34%)
(0.36/0.00/0.14/0.34)	

CMYK percentages

%36.31
%0
%14.29
%34.12

Codes

Color #6BA890 in popluar color models

6BA890
RGB107168144
HSL156°25.96%53.92%
HSB/HSV156°36.31%65.88%
CMYK36.31%0.00%14.29%
34.12%

Color #6BA890 in popluar number systems.

HEX6BA890
Decimal107168144
Binary11010111010100010010000
Octal153250220

Shades and tints

Shades of #6BA890

#6BA890
(107,168,144)
#629983
(98,153,131)
#598A76
(89,138,118)
#507B69
(80,123,105)
#476C5C
(71,108,92)
#3E5D4F
(62,93,79)
#354E42
(53,78,66)
#2C3F35
(44,63,53)
#233028
(35,48,40)
#1A211B
(26,33,27)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #6BA890

#6BA890
(107,168,144)
#78AF9A
(120,175,154)
#85B6A4
(133,182,164)
#92BDAE
(146,189,174)
#9FC4B8
(159,196,184)
#ACCBC2
(172,203,194)
#B9D2CC
(185,210,204)
#C6D9D6
(198,217,214)
#D3E0E0
(211,224,224)
#E0E7EA
(224,231,234)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA890; }

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

This text font color is #6BA890.


Background Color

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

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

This div background color is #6BA890.


Border color

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

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

This div border color is #6BA890.


Opacity

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

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

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

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

This text has shadow with #6BA890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA890 on black background.


Color preview on white background

This text has color #6BA890 on white background.



Black color preview on #6BA890 background

This text has black color on #6BA890 background.


White color preview on #6BA890 background

This text has white color on #6BA890 background.