COLOR #6A8290

HEX: #6A8290 RGB: (106,130,144)

Color info

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

RGB color model

#6A8290 color RGB value is (106,130,144).

RGB: (106,130,144) (42%, 51%, 56%)

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 144 of 255 = 56%

106
130
144

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

Portions of RGB colors in percentages

R + G + B = 106 + 130 + 144 = 380 (100%)
R 106 of 380 ~ 27.89%
G 130 of 380 ~ 34.21%
B 144 of 380 ~ 37.89'%

%27.89
%34.21
%37.89

CMYK color model

#6A8290 color CMYK value is (26,10,0,44).

  • cyan value is 26.39%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (26,10,0,44)
C26M10Y0K44 (26%, 10%, 0%, 44%)
(0.26 / 0.10 / 0.00 / 0.44)

CMYK percentages

%26.39
%9.72
%0
%43.53

Codes

Color #6A8290 in popluar color models

6A 82 90
RGB 106 130 144
HSL 202° 15.20% 49.02%
HSB/HSV 202° 26.39% 56.47%
CMYK 26.39% 9.72% 0.00%
43.53%

Color #6A8290 in popluar number systems.

HEX 6A 82 90
Decimal 106 130 144
Binary 1101010 10000010 10010000
Octal 152 202 220

Shades and tints

Shades of #6A8290

#6A8290
(106,130,144)
#617783
(97,119,131)
#586C76
(88,108,118)
#4F6169
(79,97,105)
#46565C
(70,86,92)
#3D4B4F
(61,75,79)
#344042
(52,64,66)
#2B3535
(43,53,53)
#222A28
(34,42,40)
#191F1B
(25,31,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6A8290

#6A8290
(106,130,144)
#778D9A
(119,141,154)
#8498A4
(132,152,164)
#91A3AE
(145,163,174)
#9EAEB8
(158,174,184)
#ABB9C2
(171,185,194)
#B8C4CC
(184,196,204)
#C5CFD6
(197,207,214)
#D2DAE0
(210,218,224)
#DFE5EA
(223,229,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8290; }

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

This text font color is #6A8290.

Background Color

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

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

This div background color is #6A8290.

Border color

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

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

This div border color is #6A8290.

Opacity

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

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

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

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

This text has shadow with #6A8290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8290.

Preview

Color preview on black background

This text has color #6A8290 on black background.


Color preview on white background

This text has color #6A8290 on white background.


Black color preview on #6A8290 background

This text has black color on #6A8290 background.


White color preview on #6A8290 background

This text has white color on #6A8290 background.


Related colors

Complementary color

Complementary color for #hex is #957D6F.


I love getcolorcode.com

Triadic colors

1 #906A82 and #82906A with #6A8290 are triadic colors.

2 #90826A and #826A90 with #6A8290 are triadic colors.