COLOR #6A8092

HEX: #6A8092 RGB: (106,128,146)

Color info

#6A8092 contains red, green and blue colors in about the same proportion. Web safe color of #6A8092 is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

106
128
146

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

Portions of RGB colors in percentages

R + G + B = 106 + 128 + 146 = 380 (100%)
R 106 of 380 ~ 27.89%
G 128 of 380 ~ 33.68%
B 146 of 380 ~ 38.42'%

%27.89
%33.68
%38.42

CMYK color model

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

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

CMYK: (27,12,0,43)
C27M12Y0K43 (27%, 12%, 0%, 43%)
(0.27 / 0.12 / 0.00 / 0.43)

CMYK percentages

%27.4
%12.33
%0
%42.75

Codes

Color #6A8092 in popluar color models

6A 80 92
RGB 106 128 146
HSL 207° 15.87% 49.41%
HSB/HSV 207° 27.40% 57.25%
CMYK 27.40% 12.33% 0.00%
42.75%

Color #6A8092 in popluar number systems.

HEX 6A 80 92
Decimal 106 128 146
Binary 1101010 10000000 10010010
Octal 152 200 222

Shades and tints

Shades of #6A8092

#6A8092
(106,128,146)
#617585
(97,117,133)
#586A78
(88,106,120)
#4F5F6B
(79,95,107)
#46545E
(70,84,94)
#3D4951
(61,73,81)
#343E44
(52,62,68)
#2B3337
(43,51,55)
#22282A
(34,40,42)
#191D1D
(25,29,29)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #6A8092

#6A8092
(106,128,146)
#778B9B
(119,139,155)
#8496A4
(132,150,164)
#91A1AD
(145,161,173)
#9EACB6
(158,172,182)
#ABB7BF
(171,183,191)
#B8C2C8
(184,194,200)
#C5CDD1
(197,205,209)
#D2D8DA
(210,216,218)
#DFE3E3
(223,227,227)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8092; }

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

This text font color is #6A8092.

Background Color

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

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

This div background color is #6A8092.

Border color

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

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

This div border color is #6A8092.

Opacity

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

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

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

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

This text has shadow with #6A8092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8092.

Preview

Color preview on black background

This text has color #6A8092 on black background.


Color preview on white background

This text has color #6A8092 on white background.


Black color preview on #6A8092 background

This text has black color on #6A8092 background.


White color preview on #6A8092 background

This text has white color on #6A8092 background.


Related colors

Complementary color

Complementary color for #hex is #957F6D.


I love getcolorcode.com

Triadic colors

1 #926A80 and #80926A with #6A8092 are triadic colors.

2 #92806A and #806A92 with #6A8092 are triadic colors.