COLOR #6A97A3

HEX: #6A97A3
RGB: (106,151,163)

Color info

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

RGB color model

#6A97A3 color RGB value is (106,151,163).

  • red value is 106;
  • green value is 151;
  • blue value is 163.
RGB:
(106,151,163)
(42%,59%,64%)

RGB channels and saturation

R 106 of 255 = 42%
G 151 of 255 = 59%
B 163 of 255 = 64%

106
151
163

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

Portions of RGB colors in percentages

R + G + B =
106 + 151 + 163 = 420 (100%)
R 106 of 420 ~ 25.24%
G 151 of 420 ~ 35.95%
B 163 of 420 ~ 38.81%

%25.24
%35.95
%38.81

CMYK color model

#6A97A3 color CMYK value is (35,7,0,36).

  • cyan value is 34.97%
  • magenta value is 7.36%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(35,7,0,36)
C35M7Y0K36 
(35%,7%,0%,36%)
(0.35/0.07/0.00/0.36)	

CMYK percentages

%34.97
%7.36
%0
%36.08

Codes

Color #6A97A3 in popluar color models

6A97A3
RGB106151163
HSL193°23.65%52.75%
HSB/HSV193°34.97%63.92%
CMYK34.97%7.36%0.00%
36.08%

Color #6A97A3 in popluar number systems.

HEX6A97A3
Decimal106151163
Binary11010101001011110100011
Octal152227243

Shades and tints

Shades of #6A97A3

#6A97A3
(106,151,163)
#618A95
(97,138,149)
#587D87
(88,125,135)
#4F7079
(79,112,121)
#46636B
(70,99,107)
#3D565D
(61,86,93)
#34494F
(52,73,79)
#2B3C41
(43,60,65)
#222F33
(34,47,51)
#192225
(25,34,37)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #6A97A3

#6A97A3
(106,151,163)
#77A0AB
(119,160,171)
#84A9B3
(132,169,179)
#91B2BB
(145,178,187)
#9EBBC3
(158,187,195)
#ABC4CB
(171,196,203)
#B8CDD3
(184,205,211)
#C5D6DB
(197,214,219)
#D2DFE3
(210,223,227)
#DFE8EB
(223,232,235)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A97A3 color. Also use rgb(106,151,163) instead hex code.

Text Font Color

.myTextColor { color: #6A97A3; }

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

This text font color is #6A97A3.


Background Color

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

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

This div background color is #6A97A3.


Border color

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

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

This div border color is #6A97A3.


Opacity

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

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

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

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

This text has shadow with #6A97A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A97A3 on black background.


Color preview on white background

This text has color #6A97A3 on white background.



Black color preview on #6A97A3 background

This text has black color on #6A97A3 background.


White color preview on #6A97A3 background

This text has white color on #6A97A3 background.