COLOR #6A9DA7

HEX: #6A9DA7
RGB: (106,157,167)

Color info

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

RGB color model

#6A9DA7 color RGB value is (106,157,167).

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

RGB channels and saturation

R 106 of 255 = 42%
G 157 of 255 = 62%
B 167 of 255 = 65%

106
157
167

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

Portions of RGB colors in percentages

R + G + B =
106 + 157 + 167 = 430 (100%)
R 106 of 430 ~ 24.65%
G 157 of 430 ~ 36.51%
B 167 of 430 ~ 38.84%

%24.65
%36.51
%38.84

CMYK color model

#6A9DA7 color CMYK value is (37,6,0,35).

  • cyan value is 36.53%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(37,6,0,35)
C37M6Y0K35 
(37%,6%,0%,35%)
(0.37/0.06/0.00/0.35)	

CMYK percentages

%36.53
%5.99
%0
%34.51

Codes

Color #6A9DA7 in popluar color models

6A9DA7
RGB106157167
HSL190°25.74%53.53%
HSB/HSV190°36.53%65.49%
CMYK36.53%5.99%0.00%
34.51%

Color #6A9DA7 in popluar number systems.

HEX6A9DA7
Decimal106157167
Binary11010101001110110100111
Octal152235247

Shades and tints

Shades of #6A9DA7

#6A9DA7
(106,157,167)
#618F98
(97,143,152)
#588189
(88,129,137)
#4F737A
(79,115,122)
#46656B
(70,101,107)
#3D575C
(61,87,92)
#34494D
(52,73,77)
#2B3B3E
(43,59,62)
#222D2F
(34,45,47)
#191F20
(25,31,32)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #6A9DA7

#6A9DA7
(106,157,167)
#77A5AF
(119,165,175)
#84ADB7
(132,173,183)
#91B5BF
(145,181,191)
#9EBDC7
(158,189,199)
#ABC5CF
(171,197,207)
#B8CDD7
(184,205,215)
#C5D5DF
(197,213,223)
#D2DDE7
(210,221,231)
#DFE5EF
(223,229,239)
#ECEDF7
(236,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9DA7 color. Also use rgb(106,157,167) instead hex code.

Text Font Color

.myTextColor { color: #6A9DA7; }

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

This text font color is #6A9DA7.


Background Color

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

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

This div background color is #6A9DA7.


Border color

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

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

This div border color is #6A9DA7.


Opacity

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

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

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

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

This text has shadow with #6A9DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9DA7 on black background.


Color preview on white background

This text has color #6A9DA7 on white background.



Black color preview on #6A9DA7 background

This text has black color on #6A9DA7 background.


White color preview on #6A9DA7 background

This text has white color on #6A9DA7 background.