COLOR #6A588E

HEX: #6A588E
RGB: (106,88,142)

Color info

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

RGB color model

#6A588E color RGB value is (106,88,142).

  • red value is 106;
  • green value is 88;
  • blue value is 142.
RGB:
(106,88,142)
(42%,35%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 88 of 255 = 35%
B 142 of 255 = 56%

106
88
142

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

Portions of RGB colors in percentages

R + G + B =
106 + 88 + 142 = 336 (100%)
R 106 of 336 ~ 31.55%
G 88 of 336 ~ 26.19%
B 142 of 336 ~ 42.26%

%31.55
%26.19
%42.26

CMYK color model

#6A588E color CMYK value is (25,38,0,44).

  • cyan value is 25.35%
  • magenta value is 38.03%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(25,38,0,44)
C25M38Y0K44 
(25%,38%,0%,44%)
(0.25/0.38/0.00/0.44)	

CMYK percentages

%25.35
%38.03
%0
%44.31

Codes

Color #6A588E in popluar color models

6A588E
RGB10688142
HSL260°23.48%45.10%
HSB/HSV260°38.03%55.69%
CMYK25.35%38.03%0.00%
44.31%

Color #6A588E in popluar number systems.

HEX6A588E
Decimal10688142
Binary1101010101100010001110
Octal152130216

Shades and tints

Shades of #6A588E

#6A588E
(106,88,142)
#615082
(97,80,130)
#584876
(88,72,118)
#4F406A
(79,64,106)
#46385E
(70,56,94)
#3D3052
(61,48,82)
#342846
(52,40,70)
#2B203A
(43,32,58)
#22182E
(34,24,46)
#191022
(25,16,34)
#100816
(16,8,22)
#000000
(0,0,0)

Tints of #6A588E

#6A588E
(106,88,142)
#776798
(119,103,152)
#8476A2
(132,118,162)
#9185AC
(145,133,172)
#9E94B6
(158,148,182)
#ABA3C0
(171,163,192)
#B8B2CA
(184,178,202)
#C5C1D4
(197,193,212)
#D2D0DE
(210,208,222)
#DFDFE8
(223,223,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A588E color. Also use rgb(106,88,142) instead hex code.

Text Font Color

.myTextColor { color: #6A588E; }

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

This text font color is #6A588E.


Background Color

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

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

This div background color is #6A588E.


Border color

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

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

This div border color is #6A588E.


Opacity

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

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

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

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

This text has shadow with #6A588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A588E on black background.


Color preview on white background

This text has color #6A588E on white background.



Black color preview on #6A588E background

This text has black color on #6A588E background.


White color preview on #6A588E background

This text has white color on #6A588E background.