COLOR #6A759D

HEX: #6A759D
RGB: (106,117,157)

Color info

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

RGB color model

#6A759D color RGB value is (106,117,157).

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

RGB channels and saturation

R 106 of 255 = 42%
G 117 of 255 = 46%
B 157 of 255 = 62%

106
117
157

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

Portions of RGB colors in percentages

R + G + B =
106 + 117 + 157 = 380 (100%)
R 106 of 380 ~ 27.89%
G 117 of 380 ~ 30.79%
B 157 of 380 ~ 41.32%

%27.89
%30.79
%41.32

CMYK color model

#6A759D color CMYK value is (32,25,0,38).

  • cyan value is 32.48%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,25,0,38)
C32M25Y0K38 
(32%,25%,0%,38%)
(0.32/0.25/0.00/0.38)	

CMYK percentages

%32.48
%25.48
%0
%38.43

Codes

Color #6A759D in popluar color models

6A759D
RGB106117157
HSL227°20.65%51.57%
HSB/HSV227°32.48%61.57%
CMYK32.48%25.48%0.00%
38.43%

Color #6A759D in popluar number systems.

HEX6A759D
Decimal106117157
Binary1101010111010110011101
Octal152165235

Shades and tints

Shades of #6A759D

#6A759D
(106,117,157)
#616B8F
(97,107,143)
#586181
(88,97,129)
#4F5773
(79,87,115)
#464D65
(70,77,101)
#3D4357
(61,67,87)
#343949
(52,57,73)
#2B2F3B
(43,47,59)
#22252D
(34,37,45)
#191B1F
(25,27,31)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #6A759D

#6A759D
(106,117,157)
#7781A5
(119,129,165)
#848DAD
(132,141,173)
#9199B5
(145,153,181)
#9EA5BD
(158,165,189)
#ABB1C5
(171,177,197)
#B8BDCD
(184,189,205)
#C5C9D5
(197,201,213)
#D2D5DD
(210,213,221)
#DFE1E5
(223,225,229)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A759D; }

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

This text font color is #6A759D.


Background Color

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

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

This div background color is #6A759D.


Border color

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

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

This div border color is #6A759D.


Opacity

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

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

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

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

This text has shadow with #6A759D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A759D on black background.


Color preview on white background

This text has color #6A759D on white background.



Black color preview on #6A759D background

This text has black color on #6A759D background.


White color preview on #6A759D background

This text has white color on #6A759D background.