COLOR #75669F

HEX: #75669F
RGB: (117,102,159)

Color info

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

RGB color model

#75669F color RGB value is (117,102,159).

  • red value is 117;
  • green value is 102;
  • blue value is 159.
RGB:
(117,102,159)
(46%,40%,62%)

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 159 of 255 = 62%

117
102
159

R + G + B ~ 49%. #75669F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 159 = 378 (100%)
R 117 of 378 ~ 30.95%
G 102 of 378 ~ 26.98%
B 159 of 378 ~ 42.06%

%30.95
%26.98
%42.06

CMYK color model

#75669F color CMYK value is (26,36,0,38).

  • cyan value is 26.42%
  • magenta value is 35.85%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(26,36,0,38)
C26M36Y0K38 
(26%,36%,0%,38%)
(0.26/0.36/0.00/0.38)	

CMYK percentages

%26.42
%35.85
%0
%37.65

Codes

Color #75669F in popluar color models

75669F
RGB117102159
HSL256°22.89%51.18%
HSB/HSV256°35.85%62.35%
CMYK26.42%35.85%0.00%
37.65%

Color #75669F in popluar number systems.

HEX75669F
Decimal117102159
Binary1110101110011010011111
Octal165146237

Shades and tints

Shades of #75669F

#75669F
(117,102,159)
#6B5D91
(107,93,145)
#615483
(97,84,131)
#574B75
(87,75,117)
#4D4267
(77,66,103)
#433959
(67,57,89)
#39304B
(57,48,75)
#2F273D
(47,39,61)
#251E2F
(37,30,47)
#1B1521
(27,21,33)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #75669F

#75669F
(117,102,159)
#8173A7
(129,115,167)
#8D80AF
(141,128,175)
#998DB7
(153,141,183)
#A59ABF
(165,154,191)
#B1A7C7
(177,167,199)
#BDB4CF
(189,180,207)
#C9C1D7
(201,193,215)
#D5CEDF
(213,206,223)
#E1DBE7
(225,219,231)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75669F color. Also use rgb(117,102,159) instead hex code.

Text Font Color

.myTextColor { color: #75669F; }

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

This text font color is #75669F.


Background Color

.myBgColor { background-color: #75669F; }

<div style="background-color:#75669F">Inner text</div>

This div background color is #75669F.


Border color

.myBorderColor { border: 1px solid #75669F; }

<div style="border:3px solid #75669F">Div</div>

This div border color is #75669F.


Opacity

.myOpacity80 { color: #75669F; opacity: 0.8; }

<p style="color:#75669F;opacity:0.8;">80%</p>

Text with #75669F 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 #75669F;}

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

This text has shadow with #75669F color.

.textShadow {text-shadow: 3px 3px 1px #75669F, 3px 3px 1px red;}

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

This text has shadow with #75669F primary color and red secondary color.


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

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

This text has shadow with #75669F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75669F on black background.


Color preview on white background

This text has color #75669F on white background.



Black color preview on #75669F background

This text has black color on #75669F background.


White color preview on #75669F background

This text has white color on #75669F background.