COLOR #694D6D

HEX: #694D6D
RGB: (105,77,109)

Color info

#694D6D contains red, green and blue colors in about the same proportion. Web safe color of #694D6D is #663366 (or #636).

RGB color model

#694D6D color RGB value is (105,77,109).

  • red value is 105;
  • green value is 77;
  • blue value is 109.
RGB: (105,77,109) (41%,30%,43%)

RGB channels and saturation

R 105 of 255 = 41%
G 77 of 255 = 30%
B 109 of 255 = 43%

105
77
109

R + G + B ~ 38%. #694D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 77 + 109 = 291 (100%)
R 105 of 291 ~ 36.08%
G 77 of 291 ~ 26.46%
B 109 of 291 ~ 37.46%

%36.08
%26.46
%37.46

CMYK color model

#694D6D color CMYK value is (4,29,0,57).

  • cyan value is 3.67%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (4,29,0,57) C4M29Y0K57 (4%,29%,0%,57%) (0.04/0.29/0.00/0.57)

CMYK percentages

%3.67
%29.36
%0
%57.25

Codes

Color #694D6D in popluar color models

694D6D
RGB10577109
HSL293°17.20%36.47%
HSB/HSV293°29.36%42.75%
CMYK3.67%29.36%0.00%
57.25%

Color #694D6D in popluar number systems.

HEX694D6D
Decimal10577109
Binary110100110011011101101
Octal151115155

Shades and tints

Shades of #694D6D

#694D6D
(105,77,109)
#604664
(96,70,100)
#573F5B
(87,63,91)
#4E3852
(78,56,82)
#453149
(69,49,73)
#3C2A40
(60,42,64)
#332337
(51,35,55)
#2A1C2E
(42,28,46)
#211525
(33,21,37)
#180E1C
(24,14,28)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #694D6D

#694D6D
(105,77,109)
#765D7A
(118,93,122)
#836D87
(131,109,135)
#907D94
(144,125,148)
#9D8DA1
(157,141,161)
#AA9DAE
(170,157,174)
#B7ADBB
(183,173,187)
#C4BDC8
(196,189,200)
#D1CDD5
(209,205,213)
#DEDDE2
(222,221,226)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #694D6D color. Also use rgb(105,77,109) instead hex code.

Text Font Color

.myTextColor { color: #694D6D; }

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

This text font color is #694D6D.


Background Color

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

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

This div background color is #694D6D.


Border color

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

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

This div border color is #694D6D.


Opacity

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

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

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

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

This text has shadow with #694D6D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #694D6D on black background.


Color preview on white background

This text has color #694D6D on white background.



Black color preview on #694D6D background

This text has black color on #694D6D background.


White color preview on #694D6D background

This text has white color on #694D6D background.