COLOR #6A9191

HEX: #6A9191
RGB: (106,145,145)

Color info

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

RGB color model

#6A9191 color RGB value is (106,145,145).

  • red value is 106;
  • green value is 145;
  • blue value is 145.
RGB:
(106,145,145)
(42%,57%,57%)

RGB channels and saturation

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

106
145
145

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

Portions of RGB colors in percentages

R + G + B =
106 + 145 + 145 = 396 (100%)
R 106 of 396 ~ 26.77%
G 145 of 396 ~ 36.62%
B 145 of 396 ~ 36.62%

%26.77
%36.62
%36.62

CMYK color model

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

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(27,0,0,43)
C27M0Y0K43 
(27%,0%,0%,43%)
(0.27/0.00/0.00/0.43)	

CMYK percentages

%26.9
%0
%0
%43.14

Codes

Color #6A9191 in popluar color models

6A9191
RGB106145145
HSL180°15.54%49.22%
HSB/HSV180°26.90%56.86%
CMYK26.90%0.00%0.00%
43.14%

Color #6A9191 in popluar number systems.

HEX6A9191
Decimal106145145
Binary11010101001000110010001
Octal152221221

Shades and tints

Shades of #6A9191

#6A9191
(106,145,145)
#618484
(97,132,132)
#587777
(88,119,119)
#4F6A6A
(79,106,106)
#465D5D
(70,93,93)
#3D5050
(61,80,80)
#344343
(52,67,67)
#2B3636
(43,54,54)
#222929
(34,41,41)
#191C1C
(25,28,28)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #6A9191

#6A9191
(106,145,145)
#779B9B
(119,155,155)
#84A5A5
(132,165,165)
#91AFAF
(145,175,175)
#9EB9B9
(158,185,185)
#ABC3C3
(171,195,195)
#B8CDCD
(184,205,205)
#C5D7D7
(197,215,215)
#D2E1E1
(210,225,225)
#DFEBEB
(223,235,235)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9191; }

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

This text font color is #6A9191.


Background Color

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

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

This div background color is #6A9191.


Border color

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

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

This div border color is #6A9191.


Opacity

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

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

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

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

This text has shadow with #6A9191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9191 on black background.


Color preview on white background

This text has color #6A9191 on white background.



Black color preview on #6A9191 background

This text has black color on #6A9191 background.


White color preview on #6A9191 background

This text has white color on #6A9191 background.