COLOR #6A9292

HEX: #6A9292 RGB: (106,146,146)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
146
146

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

Portions of RGB colors in percentages

R + G + B = 106 + 146 + 146 = 398 (100%)
R 106 of 398 ~ 26.63%
G 146 of 398 ~ 36.68%
B 146 of 398 ~ 36.68'%

%26.63
%36.68
%36.68

CMYK color model

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

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

CMYK: (27,0,0,43)
C27M0Y0K43 (27%, 0%, 0%, 43%)
(0.27 / 0.00 / 0.00 / 0.43)

CMYK percentages

%27.4
%0
%0
%42.75

Codes

Color #6A9292 in popluar color models

6A 92 92
RGB 106 146 146
HSL 180° 15.87% 49.41%
HSB/HSV 180° 27.40% 57.25%
CMYK 27.40% 0.00% 0.00%
42.75%

Color #6A9292 in popluar number systems.

HEX 6A 92 92
Decimal 106 146 146
Binary 1101010 10010010 10010010
Octal 152 222 222

Shades and tints

Shades of #6A9292

#6A9292
(106,146,146)
#618585
(97,133,133)
#587878
(88,120,120)
#4F6B6B
(79,107,107)
#465E5E
(70,94,94)
#3D5151
(61,81,81)
#344444
(52,68,68)
#2B3737
(43,55,55)
#222A2A
(34,42,42)
#191D1D
(25,29,29)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A9292

#6A9292
(106,146,146)
#779B9B
(119,155,155)
#84A4A4
(132,164,164)
#91ADAD
(145,173,173)
#9EB6B6
(158,182,182)
#ABBFBF
(171,191,191)
#B8C8C8
(184,200,200)
#C5D1D1
(197,209,209)
#D2DADA
(210,218,218)
#DFE3E3
(223,227,227)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9292; }

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

This text font color is #6A9292.

Background Color

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

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

This div background color is #6A9292.

Border color

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

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

This div border color is #6A9292.

Opacity

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

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

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

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

This text has shadow with #6A9292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A9292.

Preview

Color preview on black background

This text has color #6A9292 on black background.


Color preview on white background

This text has color #6A9292 on white background.


Black color preview on #6A9292 background

This text has black color on #6A9292 background.


White color preview on #6A9292 background

This text has white color on #6A9292 background.


Related colors

Complementary color

Complementary color for #hex is #956D6D.


I love getcolorcode.com