COLOR #6A8A9E

HEX: #6A8A9E
RGB: (106,138,158)

Color info

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

RGB color model

#6A8A9E color RGB value is (106,138,158).

  • red value is 106;
  • green value is 138;
  • blue value is 158.
RGB:
(106,138,158)
(42%,54%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 138 of 255 = 54%
B 158 of 255 = 62%

106
138
158

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

Portions of RGB colors in percentages

R + G + B =
106 + 138 + 158 = 402 (100%)
R 106 of 402 ~ 26.37%
G 138 of 402 ~ 34.33%
B 158 of 402 ~ 39.3%

%26.37
%34.33
%39.3

CMYK color model

#6A8A9E color CMYK value is (33,13,0,38).

  • cyan value is 32.91%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(33,13,0,38)
C33M13Y0K38 
(33%,13%,0%,38%)
(0.33/0.13/0.00/0.38)	

CMYK percentages

%32.91
%12.66
%0
%38.04

Codes

Color #6A8A9E in popluar color models

6A8A9E
RGB106138158
HSL203°21.14%51.76%
HSB/HSV203°32.91%61.96%
CMYK32.91%12.66%0.00%
38.04%

Color #6A8A9E in popluar number systems.

HEX6A8A9E
Decimal106138158
Binary11010101000101010011110
Octal152212236

Shades and tints

Shades of #6A8A9E

#6A8A9E
(106,138,158)
#617E90
(97,126,144)
#587282
(88,114,130)
#4F6674
(79,102,116)
#465A66
(70,90,102)
#3D4E58
(61,78,88)
#34424A
(52,66,74)
#2B363C
(43,54,60)
#222A2E
(34,42,46)
#191E20
(25,30,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6A8A9E

#6A8A9E
(106,138,158)
#7794A6
(119,148,166)
#849EAE
(132,158,174)
#91A8B6
(145,168,182)
#9EB2BE
(158,178,190)
#ABBCC6
(171,188,198)
#B8C6CE
(184,198,206)
#C5D0D6
(197,208,214)
#D2DADE
(210,218,222)
#DFE4E6
(223,228,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8A9E color. Also use rgb(106,138,158) instead hex code.

Text Font Color

.myTextColor { color: #6A8A9E; }

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

This text font color is #6A8A9E.


Background Color

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

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

This div background color is #6A8A9E.


Border color

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

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

This div border color is #6A8A9E.


Opacity

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

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

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

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

This text has shadow with #6A8A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8A9E on black background.


Color preview on white background

This text has color #6A8A9E on white background.



Black color preview on #6A8A9E background

This text has black color on #6A8A9E background.


White color preview on #6A8A9E background

This text has white color on #6A8A9E background.