COLOR #694F7D

HEX: #694F7D
RGB: (105,79,125)

Color info

#694F7D contains red, green and blue colors in about the same proportion. Web safe color of #694F7D is #666666 (or #666).

RGB color model

#694F7D color RGB value is (105,79,125).

  • red value is 105;
  • green value is 79;
  • blue value is 125.
RGB:
(105,79,125)
(41%,31%,49%)

RGB channels and saturation

R 105 of 255 = 41%
G 79 of 255 = 31%
B 125 of 255 = 49%

105
79
125

R + G + B ~ 40%. #694F7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 79 + 125 = 309 (100%)
R 105 of 309 ~ 33.98%
G 79 of 309 ~ 25.57%
B 125 of 309 ~ 40.45%

%33.98
%25.57
%40.45

CMYK color model

#694F7D color CMYK value is (16,37,0,51).

  • cyan value is 16.00%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(16,37,0,51)
C16M37Y0K51 
(16%,37%,0%,51%)
(0.16/0.37/0.00/0.51)	

CMYK percentages

%16
%36.8
%0
%50.98

Codes

Color #694F7D in popluar color models

694F7D
RGB10579125
HSL274°22.55%40.00%
HSB/HSV274°36.80%49.02%
CMYK16.00%36.80%0.00%
50.98%

Color #694F7D in popluar number systems.

HEX694F7D
Decimal10579125
Binary110100110011111111101
Octal151117175

Shades and tints

Shades of #694F7D

#694F7D
(105,79,125)
#604872
(96,72,114)
#574167
(87,65,103)
#4E3A5C
(78,58,92)
#453351
(69,51,81)
#3C2C46
(60,44,70)
#33253B
(51,37,59)
#2A1E30
(42,30,48)
#211725
(33,23,37)
#18101A
(24,16,26)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #694F7D

#694F7D
(105,79,125)
#765F88
(118,95,136)
#836F93
(131,111,147)
#907F9E
(144,127,158)
#9D8FA9
(157,143,169)
#AA9FB4
(170,159,180)
#B7AFBF
(183,175,191)
#C4BFCA
(196,191,202)
#D1CFD5
(209,207,213)
#DEDFE0
(222,223,224)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694F7D color. Also use rgb(105,79,125) instead hex code.

Text Font Color

.myTextColor { color: #694F7D; }

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

This text font color is #694F7D.


Background Color

.myBgColor { background-color: #694F7D; }

<div style="background-color:#694F7D">Inner text</div>

This div background color is #694F7D.


Border color

.myBorderColor { border: 1px solid #694F7D; }

<div style="border:3px solid #694F7D">Div</div>

This div border color is #694F7D.


Opacity

.myOpacity80 { color: #694F7D; opacity: 0.8; }

<p style="color:#694F7D;opacity:0.8;">80%</p>

Text with #694F7D 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 #694F7D;}

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

This text has shadow with #694F7D color.

.textShadow {text-shadow: 3px 3px 1px #694F7D, 3px 3px 1px red;}

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

This text has shadow with #694F7D primary color and red secondary color.


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

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

This text has shadow with #694F7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #694F7D on black background.


Color preview on white background

This text has color #694F7D on white background.



Black color preview on #694F7D background

This text has black color on #694F7D background.


White color preview on #694F7D background

This text has white color on #694F7D background.