COLOR #6A7188

HEX: #6A7188
RGB: (106,113,136)

Color info

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

RGB color model

#6A7188 color RGB value is (106,113,136).

  • red value is 106;
  • green value is 113;
  • blue value is 136.
RGB:
(106,113,136)
(42%,44%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 113 of 255 = 44%
B 136 of 255 = 53%

106
113
136

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

Portions of RGB colors in percentages

R + G + B =
106 + 113 + 136 = 355 (100%)
R 106 of 355 ~ 29.86%
G 113 of 355 ~ 31.83%
B 136 of 355 ~ 38.31%

%29.86
%31.83
%38.31

CMYK color model

#6A7188 color CMYK value is (22,17,0,47).

  • cyan value is 22.06%
  • magenta value is 16.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(22,17,0,47)
C22M17Y0K47 
(22%,17%,0%,47%)
(0.22/0.17/0.00/0.47)	

CMYK percentages

%22.06
%16.91
%0
%46.67

Codes

Color #6A7188 in popluar color models

6A7188
RGB106113136
HSL226°12.40%47.45%
HSB/HSV226°22.06%53.33%
CMYK22.06%16.91%0.00%
46.67%

Color #6A7188 in popluar number systems.

HEX6A7188
Decimal106113136
Binary1101010111000110001000
Octal152161210

Shades and tints

Shades of #6A7188

#6A7188
(106,113,136)
#61677C
(97,103,124)
#585D70
(88,93,112)
#4F5364
(79,83,100)
#464958
(70,73,88)
#3D3F4C
(61,63,76)
#343540
(52,53,64)
#2B2B34
(43,43,52)
#222128
(34,33,40)
#19171C
(25,23,28)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A7188

#6A7188
(106,113,136)
#777D92
(119,125,146)
#84899C
(132,137,156)
#9195A6
(145,149,166)
#9EA1B0
(158,161,176)
#ABADBA
(171,173,186)
#B8B9C4
(184,185,196)
#C5C5CE
(197,197,206)
#D2D1D8
(210,209,216)
#DFDDE2
(223,221,226)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7188; }

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

This text font color is #6A7188.


Background Color

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

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

This div background color is #6A7188.


Border color

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

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

This div border color is #6A7188.


Opacity

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

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

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

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

This text has shadow with #6A7188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7188 on black background.


Color preview on white background

This text has color #6A7188 on white background.



Black color preview on #6A7188 background

This text has black color on #6A7188 background.


White color preview on #6A7188 background

This text has white color on #6A7188 background.