COLOR #6A928A

HEX: #6A928A RGB: (106,146,138)

Color info

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

RGB color model

#6A928A color RGB value is (106,146,138).

RGB: (106,146,138) (42%, 57%, 54%)

RGB channels and saturation

R 106 of 255 = 42%
G 146 of 255 = 57%
B 138 of 255 = 54%

106
146
138

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

Portions of RGB colors in percentages

R + G + B = 106 + 146 + 138 = 390 (100%)
R 106 of 390 ~ 27.18%
G 146 of 390 ~ 37.44%
B 138 of 390 ~ 35.38'%

%27.18
%37.44
%35.38

CMYK color model

#6A928A color CMYK value is (27,0,5,43).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 42.75%

CMYK: (27,0,5,43)
C27M0Y5K43 (27%, 0%, 5%, 43%)
(0.27 / 0.00 / 0.05 / 0.43)

CMYK percentages

%27.4
%0
%5.48
%42.75

Codes

Color #6A928A in popluar color models

6A 92 8A
RGB 106 146 138
HSL 168° 15.87% 49.41%
HSB/HSV 168° 27.40% 57.25%
CMYK 27.40% 0.00% 5.48%
42.75%

Color #6A928A in popluar number systems.

HEX 6A 92 8A
Decimal 106 146 138
Binary 1101010 10010010 10001010
Octal 152 222 212

Shades and tints

Shades of #6A928A

#6A928A
(106,146,138)
#61857E
(97,133,126)
#587872
(88,120,114)
#4F6B66
(79,107,102)
#465E5A
(70,94,90)
#3D514E
(61,81,78)
#344442
(52,68,66)
#2B3736
(43,55,54)
#222A2A
(34,42,42)
#191D1E
(25,29,30)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #6A928A

#6A928A
(106,146,138)
#779B94
(119,155,148)
#84A49E
(132,164,158)
#91ADA8
(145,173,168)
#9EB6B2
(158,182,178)
#ABBFBC
(171,191,188)
#B8C8C6
(184,200,198)
#C5D1D0
(197,209,208)
#D2DADA
(210,218,218)
#DFE3E4
(223,227,228)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A928A; }

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

This text font color is #6A928A.

Background Color

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

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

This div background color is #6A928A.

Border color

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

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

This div border color is #6A928A.

Opacity

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

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

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

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

This text has shadow with #6A928A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A928A.

Preview

Color preview on black background

This text has color #6A928A on black background.


Color preview on white background

This text has color #6A928A on white background.


Black color preview on #6A928A background

This text has black color on #6A928A background.


White color preview on #6A928A background

This text has white color on #6A928A background.


Related colors

Complementary color

Complementary color for #hex is #956D75.


I love getcolorcode.com

Triadic colors

1 #8A6A92 and #928A6A with #6A928A are triadic colors.

2 #8A926A and #926A8A with #6A928A are triadic colors.