COLOR #6A7587

HEX: #6A7587
RGB: (106,117,135)

Color info

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

RGB color model

#6A7587 color RGB value is (106,117,135).

  • red value is 106;
  • green value is 117;
  • blue value is 135.
RGB:
(106,117,135)
(42%,46%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 117 of 255 = 46%
B 135 of 255 = 53%

106
117
135

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

Portions of RGB colors in percentages

R + G + B =
106 + 117 + 135 = 358 (100%)
R 106 of 358 ~ 29.61%
G 117 of 358 ~ 32.68%
B 135 of 358 ~ 37.71%

%29.61
%32.68
%37.71

CMYK color model

#6A7587 color CMYK value is (21,13,0,47).

  • cyan value is 21.48%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,13,0,47)
C21M13Y0K47 
(21%,13%,0%,47%)
(0.21/0.13/0.00/0.47)	

CMYK percentages

%21.48
%13.33
%0
%47.06

Codes

Color #6A7587 in popluar color models

6A7587
RGB106117135
HSL217°12.03%47.25%
HSB/HSV217°21.48%52.94%
CMYK21.48%13.33%0.00%
47.06%

Color #6A7587 in popluar number systems.

HEX6A7587
Decimal106117135
Binary1101010111010110000111
Octal152165207

Shades and tints

Shades of #6A7587

#6A7587
(106,117,135)
#616B7B
(97,107,123)
#58616F
(88,97,111)
#4F5763
(79,87,99)
#464D57
(70,77,87)
#3D434B
(61,67,75)
#34393F
(52,57,63)
#2B2F33
(43,47,51)
#222527
(34,37,39)
#191B1B
(25,27,27)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #6A7587

#6A7587
(106,117,135)
#778191
(119,129,145)
#848D9B
(132,141,155)
#9199A5
(145,153,165)
#9EA5AF
(158,165,175)
#ABB1B9
(171,177,185)
#B8BDC3
(184,189,195)
#C5C9CD
(197,201,205)
#D2D5D7
(210,213,215)
#DFE1E1
(223,225,225)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7587; }

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

This text font color is #6A7587.


Background Color

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

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

This div background color is #6A7587.


Border color

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

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

This div border color is #6A7587.


Opacity

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

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

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

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

This text has shadow with #6A7587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7587 on black background.


Color preview on white background

This text has color #6A7587 on white background.



Black color preview on #6A7587 background

This text has black color on #6A7587 background.


White color preview on #6A7587 background

This text has white color on #6A7587 background.