COLOR #6A7292

HEX: #6A7292 RGB: (106,114,146)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
114
146

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

Portions of RGB colors in percentages

R + G + B = 106 + 114 + 146 = 366 (100%)
R 106 of 366 ~ 28.96%
G 114 of 366 ~ 31.15%
B 146 of 366 ~ 39.89'%

%28.96
%31.15
%39.89

CMYK color model

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

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

CMYK: (27,22,0,43)
C27M22Y0K43 (27%, 22%, 0%, 43%)
(0.27 / 0.22 / 0.00 / 0.43)

CMYK percentages

%27.4
%21.92
%0
%42.75

Codes

Color #6A7292 in popluar color models

6A 72 92
RGB 106 114 146
HSL 228° 15.87% 49.41%
HSB/HSV 228° 27.40% 57.25%
CMYK 27.40% 21.92% 0.00%
42.75%

Color #6A7292 in popluar number systems.

HEX 6A 72 92
Decimal 106 114 146
Binary 1101010 1110010 10010010
Octal 152 162 222

Shades and tints

Shades of #6A7292

#6A7292
(106,114,146)
#616885
(97,104,133)
#585E78
(88,94,120)
#4F546B
(79,84,107)
#464A5E
(70,74,94)
#3D4051
(61,64,81)
#343644
(52,54,68)
#2B2C37
(43,44,55)
#22222A
(34,34,42)
#19181D
(25,24,29)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #6A7292

#6A7292
(106,114,146)
#777E9B
(119,126,155)
#848AA4
(132,138,164)
#9196AD
(145,150,173)
#9EA2B6
(158,162,182)
#ABAEBF
(171,174,191)
#B8BAC8
(184,186,200)
#C5C6D1
(197,198,209)
#D2D2DA
(210,210,218)
#DFDEE3
(223,222,227)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7292; }

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

This text font color is #6A7292.

Background Color

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

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

This div background color is #6A7292.

Border color

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

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

This div border color is #6A7292.

Opacity

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

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

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

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

This text has shadow with #6A7292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7292.

Preview

Color preview on black background

This text has color #6A7292 on black background.


Color preview on white background

This text has color #6A7292 on white background.


Black color preview on #6A7292 background

This text has black color on #6A7292 background.


White color preview on #6A7292 background

This text has white color on #6A7292 background.


Related colors

Complementary color

Complementary color for #hex is #958D6D.


I love getcolorcode.com

Triadic colors

1 #926A72 and #72926A with #6A7292 are triadic colors.

2 #92726A and #726A92 with #6A7292 are triadic colors.