COLOR #6BA598

HEX: #6BA598
RGB: (107,165,152)

Color info

#6BA598 contains red, green and blue colors in about the same proportion. Web safe color of #6BA598 is #669999 (or #699).

RGB color model

#6BA598 color RGB value is (107,165,152).

  • red value is 107;
  • green value is 165;
  • blue value is 152.
RGB:
(107,165,152)
(42%,65%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 165 of 255 = 65%
B 152 of 255 = 60%

107
165
152

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

Portions of RGB colors in percentages

R + G + B =
107 + 165 + 152 = 424 (100%)
R 107 of 424 ~ 25.24%
G 165 of 424 ~ 38.92%
B 152 of 424 ~ 35.85%

%25.24
%38.92
%35.85

CMYK color model

#6BA598 color CMYK value is (35,0,8,35).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(35,0,8,35)
C35M0Y8K35 
(35%,0%,8%,35%)
(0.35/0.00/0.08/0.35)	

CMYK percentages

%35.15
%0
%7.88
%35.29

Codes

Color #6BA598 in popluar color models

6BA598
RGB107165152
HSL167°24.37%53.33%
HSB/HSV167°35.15%64.71%
CMYK35.15%0.00%7.88%
35.29%

Color #6BA598 in popluar number systems.

HEX6BA598
Decimal107165152
Binary11010111010010110011000
Octal153245230

Shades and tints

Shades of #6BA598

#6BA598
(107,165,152)
#62968B
(98,150,139)
#59877E
(89,135,126)
#507871
(80,120,113)
#476964
(71,105,100)
#3E5A57
(62,90,87)
#354B4A
(53,75,74)
#2C3C3D
(44,60,61)
#232D30
(35,45,48)
#1A1E23
(26,30,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #6BA598

#6BA598
(107,165,152)
#78ADA1
(120,173,161)
#85B5AA
(133,181,170)
#92BDB3
(146,189,179)
#9FC5BC
(159,197,188)
#ACCDC5
(172,205,197)
#B9D5CE
(185,213,206)
#C6DDD7
(198,221,215)
#D3E5E0
(211,229,224)
#E0EDE9
(224,237,233)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA598 color. Also use rgb(107,165,152) instead hex code.

Text Font Color

.myTextColor { color: #6BA598; }

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

This text font color is #6BA598.


Background Color

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

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

This div background color is #6BA598.


Border color

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

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

This div border color is #6BA598.


Opacity

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

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

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

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

This text has shadow with #6BA598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA598 on black background.


Color preview on white background

This text has color #6BA598 on white background.



Black color preview on #6BA598 background

This text has black color on #6BA598 background.


White color preview on #6BA598 background

This text has white color on #6BA598 background.