COLOR #698C9A

HEX: #698C9A RGB: (105,140,154)

Color info

#698C9A contains red, green and blue colors in about the same proportion. Web safe color of #698C9A is #669999 (or #699).

RGB color model

#698C9A color RGB value is (105,140,154).

RGB: (105,140,154) (41%, 55%, 60%)

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 154 of 255 = 60%

105
140
154

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

Portions of RGB colors in percentages

R + G + B = 105 + 140 + 154 = 399 (100%)
R 105 of 399 ~ 26.32%
G 140 of 399 ~ 35.09%
B 154 of 399 ~ 38.6'%

%26.32
%35.09
%38.6

CMYK color model

#698C9A color CMYK value is (32,9,0,40).

  • cyan value is 31.82%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (32,9,0,40)
C32M9Y0K40 (32%, 9%, 0%, 40%)
(0.32 / 0.09 / 0.00 / 0.40)

CMYK percentages

%31.82
%9.09
%0
%39.61

Codes

Color #698C9A in popluar color models

69 8C 9A
RGB 105 140 154
HSL 197° 19.52% 50.78%
HSB/HSV 197° 31.82% 60.39%
CMYK 31.82% 9.09% 0.00%
39.61%

Color #698C9A in popluar number systems.

HEX 69 8C 9A
Decimal 105 140 154
Binary 1101001 10001100 10011010
Octal 151 214 232

Shades and tints

Shades of #698C9A

#698C9A
(105,140,154)
#60808C
(96,128,140)
#57747E
(87,116,126)
#4E6870
(78,104,112)
#455C62
(69,92,98)
#3C5054
(60,80,84)
#334446
(51,68,70)
#2A3838
(42,56,56)
#212C2A
(33,44,42)
#18201C
(24,32,28)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #698C9A

#698C9A
(105,140,154)
#7696A3
(118,150,163)
#83A0AC
(131,160,172)
#90AAB5
(144,170,181)
#9DB4BE
(157,180,190)
#AABEC7
(170,190,199)
#B7C8D0
(183,200,208)
#C4D2D9
(196,210,217)
#D1DCE2
(209,220,226)
#DEE6EB
(222,230,235)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698C9A color. Also use rgb(105,140,154) instead hex code.

Text Font Color

.myTextColor { color: #698C9A; }

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

This text font color is #698C9A.

Background Color

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

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

This div background color is #698C9A.

Border color

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

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

This div border color is #698C9A.

Opacity

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

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

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

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

This text has shadow with #698C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698C9A.

Preview

Color preview on black background

This text has color #698C9A on black background.


Color preview on white background

This text has color #698C9A on white background.


Black color preview on #698C9A background

This text has black color on #698C9A background.


White color preview on #698C9A background

This text has white color on #698C9A background.


Related colors

Complementary color

Complementary color for #hex is #967365.


I love getcolorcode.com

Triadic colors

1 #9A698C and #8C9A69 with #698C9A are triadic colors.

2 #9A8C69 and #8C699A with #698C9A are triadic colors.