COLOR #6D75A8

HEX: #6D75A8
RGB: (109,117,168)

Color info

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

RGB color model

#6D75A8 color RGB value is (109,117,168).

  • red value is 109;
  • green value is 117;
  • blue value is 168.
RGB:
(109,117,168)
(43%,46%,66%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 168 of 255 = 66%

109
117
168

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 168 = 394 (100%)
R 109 of 394 ~ 27.66%
G 117 of 394 ~ 29.7%
B 168 of 394 ~ 42.64%

%27.66
%29.7
%42.64

CMYK color model

#6D75A8 color CMYK value is (35,30,0,34).

  • cyan value is 35.12%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(35,30,0,34)
C35M30Y0K34 
(35%,30%,0%,34%)
(0.35/0.30/0.00/0.34)	

CMYK percentages

%35.12
%30.36
%0
%34.12

Codes

Color #6D75A8 in popluar color models

6D75A8
RGB109117168
HSL232°25.32%54.31%
HSB/HSV232°35.12%65.88%
CMYK35.12%30.36%0.00%
34.12%

Color #6D75A8 in popluar number systems.

HEX6D75A8
Decimal109117168
Binary1101101111010110101000
Octal155165250

Shades and tints

Shades of #6D75A8

#6D75A8
(109,117,168)
#646B99
(100,107,153)
#5B618A
(91,97,138)
#52577B
(82,87,123)
#494D6C
(73,77,108)
#40435D
(64,67,93)
#37394E
(55,57,78)
#2E2F3F
(46,47,63)
#252530
(37,37,48)
#1C1B21
(28,27,33)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D75A8

#6D75A8
(109,117,168)
#7A81AF
(122,129,175)
#878DB6
(135,141,182)
#9499BD
(148,153,189)
#A1A5C4
(161,165,196)
#AEB1CB
(174,177,203)
#BBBDD2
(187,189,210)
#C8C9D9
(200,201,217)
#D5D5E0
(213,213,224)
#E2E1E7
(226,225,231)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D75A8 color. Also use rgb(109,117,168) instead hex code.

Text Font Color

.myTextColor { color: #6D75A8; }

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

This text font color is #6D75A8.


Background Color

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

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

This div background color is #6D75A8.


Border color

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

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

This div border color is #6D75A8.


Opacity

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

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

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

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

This text has shadow with #6D75A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D75A8 on black background.


Color preview on white background

This text has color #6D75A8 on white background.



Black color preview on #6D75A8 background

This text has black color on #6D75A8 background.


White color preview on #6D75A8 background

This text has white color on #6D75A8 background.