COLOR #698A6F

HEX: #698A6F RGB: (105,138,111)

Color info

#698A6F contains red, green and blue colors in about the same proportion. Web safe color of #698A6F is #669966 (or #696).

RGB color model

#698A6F color RGB value is (105,138,111).

RGB: (105,138,111) (41%, 54%, 44%)

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 111 of 255 = 44%

105
138
111

R + G + B ~ 46%. #698A6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 138 + 111 = 354 (100%)
R 105 of 354 ~ 29.66%
G 138 of 354 ~ 38.98%
B 111 of 354 ~ 31.36'%

%29.66
%38.98
%31.36

CMYK color model

#698A6F color CMYK value is (24,0,20,46).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%
CMYK: (24,0,20,46) C24M0Y20K46 (24%,0%,20%,46%) (0.24/0.00/0.20/0.46) 

CMYK percentages

%23.91
%0
%19.57
%45.88

Codes

Color #698A6F in popluar color models

69 8A 6F
RGB 105 138 111
HSL 131° 13.58% 47.65%
HSB/HSV 131° 23.91% 54.12%
CMYK 23.91% 0.00% 19.57%
45.88%

Color #698A6F in popluar number systems.

HEX 69 8A 6F
Decimal 105 138 111
Binary 1101001 10001010 1101111
Octal 151 212 157

Shades and tints

Shades of #698A6F

#698A6F
(105,138,111)
#607E65
(96,126,101)
#57725B
(87,114,91)
#4E6651
(78,102,81)
#455A47
(69,90,71)
#3C4E3D
(60,78,61)
#334233
(51,66,51)
#2A3629
(42,54,41)
#212A1F
(33,42,31)
#181E15
(24,30,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #698A6F

#698A6F
(105,138,111)
#76947C
(118,148,124)
#839E89
(131,158,137)
#90A896
(144,168,150)
#9DB2A3
(157,178,163)
#AABCB0
(170,188,176)
#B7C6BD
(183,198,189)
#C4D0CA
(196,208,202)
#D1DAD7
(209,218,215)
#DEE4E4
(222,228,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698A6F color. Also use rgb(105,138,111) instead hex code.

Text Font Color

.myTextColor { color: #698A6F; }

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

This text font color is #698A6F.

Background Color

.myBgColor { background-color: #698A6F; }

<div style="background-color:#698A6F">Inner text</div>

This div background color is #698A6F.

Border color

.myBorderColor { border: 1px solid #698A6F; }

<div style="border:3px solid #698A6F">Div</div>

This div border color is #698A6F.

Opacity

.myOpacity80 { color: #698A6F; opacity: 0.8; }

<p style="color:#698A6F;opacity:0.8;">80%</p>

Text with #698A6F 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 #698A6F;}

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

This text has shadow with #698A6F color.


.textShadow {text-shadow: 3px 3px 1px #698A6F', 3px 3px 1px red;}

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

This text has shadow with #698A6F primary color and red secondary color.


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

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

This text has shadow with #698A6F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #698A6F; -webkit-box-shadow: 1px 1px 3px 2px #698A6F; box-shadow:1px 1px 3px 2px #698A6F;">
Div content here
</div>

This div box has shadow with color #698A6F.

Preview

Color preview on black background

This text has color #698A6F on black background.


Color preview on white background

This text has color #698A6F on white background.


Black color preview on #698A6F background

This text has black color on #698A6F background.


White color preview on #698A6F background

This text has white color on #698A6F background.


Related colors

Complementary color

Complementary color for #hex is #967590.


I love getcolorcode.com

Triadic colors

1 #6F698A and #8A6F69 with #698A6F are triadic colors.

2 #6F8A69 and #8A696F with #698A6F are triadic colors.