COLOR #6BA893

HEX: #6BA893 RGB: (107,168,147)

Color info

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

RGB color model

#6BA893 color RGB value is (107,168,147).

RGB: (107,168,147) (42%, 66%, 58%)

RGB channels and saturation

R 107 of 255 = 42%
G 168 of 255 = 66%
B 147 of 255 = 58%

107
168
147

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

Portions of RGB colors in percentages

R + G + B = 107 + 168 + 147 = 422 (100%)
R 107 of 422 ~ 25.36%
G 168 of 422 ~ 39.81%
B 147 of 422 ~ 34.83'%

%25.36
%39.81
%34.83

CMYK color model

#6BA893 color CMYK value is (36,0,13,34).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 34.12%
CMYK: (36,0,13,34) C36M0Y13K34 (36%,0%,13%,34%) (0.36/0.00/0.13/0.34) 

CMYK percentages

%36.31
%0
%12.5
%34.12

Codes

Color #6BA893 in popluar color models

6B A8 93
RGB 107 168 147
HSL 159° 25.96% 53.92%
HSB/HSV 159° 36.31% 65.88%
CMYK 36.31% 0.00% 12.50%
34.12%

Color #6BA893 in popluar number systems.

HEX 6B A8 93
Decimal 107 168 147
Binary 1101011 10101000 10010011
Octal 153 250 223

Shades and tints

Shades of #6BA893

#6BA893
(107,168,147)
#629986
(98,153,134)
#598A79
(89,138,121)
#507B6C
(80,123,108)
#476C5F
(71,108,95)
#3E5D52
(62,93,82)
#354E45
(53,78,69)
#2C3F38
(44,63,56)
#23302B
(35,48,43)
#1A211E
(26,33,30)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #6BA893

#6BA893
(107,168,147)
#78AF9C
(120,175,156)
#85B6A5
(133,182,165)
#92BDAE
(146,189,174)
#9FC4B7
(159,196,183)
#ACCBC0
(172,203,192)
#B9D2C9
(185,210,201)
#C6D9D2
(198,217,210)
#D3E0DB
(211,224,219)
#E0E7E4
(224,231,228)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BA893; }

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

This text font color is #6BA893.

Background Color

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

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

This div background color is #6BA893.

Border color

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

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

This div border color is #6BA893.

Opacity

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

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

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

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

This text has shadow with #6BA893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BA893.

Preview

Color preview on black background

This text has color #6BA893 on black background.


Color preview on white background

This text has color #6BA893 on white background.


Black color preview on #6BA893 background

This text has black color on #6BA893 background.


White color preview on #6BA893 background

This text has white color on #6BA893 background.


Related colors

Complementary color

Complementary color for #hex is #94576C.


I love getcolorcode.com

Triadic colors

1 #936BA8 and #A8936B with #6BA893 are triadic colors.

2 #93A86B and #A86B93 with #6BA893 are triadic colors.