COLOR #6A9FA5

HEX: #6A9FA5
RGB: (106,159,165)

Color info

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

RGB color model

#6A9FA5 color RGB value is (106,159,165).

  • red value is 106;
  • green value is 159;
  • blue value is 165.
RGB:
(106,159,165)
(42%,62%,65%)

RGB channels and saturation

R 106 of 255 = 42%
G 159 of 255 = 62%
B 165 of 255 = 65%

106
159
165

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

Portions of RGB colors in percentages

R + G + B =
106 + 159 + 165 = 430 (100%)
R 106 of 430 ~ 24.65%
G 159 of 430 ~ 36.98%
B 165 of 430 ~ 38.37%

%24.65
%36.98
%38.37

CMYK color model

#6A9FA5 color CMYK value is (36,4,0,35).

  • cyan value is 35.76%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(36,4,0,35)
C36M4Y0K35 
(36%,4%,0%,35%)
(0.36/0.04/0.00/0.35)	

CMYK percentages

%35.76
%3.64
%0
%35.29

Codes

Color #6A9FA5 in popluar color models

6A9FA5
RGB106159165
HSL186°24.69%53.14%
HSB/HSV186°35.76%64.71%
CMYK35.76%3.64%0.00%
35.29%

Color #6A9FA5 in popluar number systems.

HEX6A9FA5
Decimal106159165
Binary11010101001111110100101
Octal152237245

Shades and tints

Shades of #6A9FA5

#6A9FA5
(106,159,165)
#619196
(97,145,150)
#588387
(88,131,135)
#4F7578
(79,117,120)
#466769
(70,103,105)
#3D595A
(61,89,90)
#344B4B
(52,75,75)
#2B3D3C
(43,61,60)
#222F2D
(34,47,45)
#19211E
(25,33,30)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #6A9FA5

#6A9FA5
(106,159,165)
#77A7AD
(119,167,173)
#84AFB5
(132,175,181)
#91B7BD
(145,183,189)
#9EBFC5
(158,191,197)
#ABC7CD
(171,199,205)
#B8CFD5
(184,207,213)
#C5D7DD
(197,215,221)
#D2DFE5
(210,223,229)
#DFE7ED
(223,231,237)
#ECEFF5
(236,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9FA5 color. Also use rgb(106,159,165) instead hex code.

Text Font Color

.myTextColor { color: #6A9FA5; }

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

This text font color is #6A9FA5.


Background Color

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

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

This div background color is #6A9FA5.


Border color

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

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

This div border color is #6A9FA5.


Opacity

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

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

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

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

This text has shadow with #6A9FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9FA5 on black background.


Color preview on white background

This text has color #6A9FA5 on white background.



Black color preview on #6A9FA5 background

This text has black color on #6A9FA5 background.


White color preview on #6A9FA5 background

This text has white color on #6A9FA5 background.