COLOR #695A99

HEX: #695A99 RGB: (105,90,153)

Color info

#695A99 contains mainly red and blue colors. Web safe color of #695A99 is #666699 (or #669).

RGB color model

#695A99 color RGB value is (105,90,153).

RGB: (105,90,153) (41%, 35%, 60%)

RGB channels and saturation

R 105 of 255 = 41%
G 90 of 255 = 35%
B 153 of 255 = 60%

105
90
153

R + G + B ~ 45%. #695A99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 90 + 153 = 348 (100%)
R 105 of 348 ~ 30.17%
G 90 of 348 ~ 25.86%
B 153 of 348 ~ 43.97'%

%30.17
%25.86
%43.97

CMYK color model

#695A99 color CMYK value is (31,41,0,40).

  • cyan value is 31.37%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (31,41,0,40)
C31M41Y0K40 (31%, 41%, 0%, 40%)
(0.31 / 0.41 / 0.00 / 0.40)

CMYK percentages

%31.37
%41.18
%0
%40

Codes

Color #695A99 in popluar color models

69 5A 99
RGB 105 90 153
HSL 254° 25.93% 47.65%
HSB/HSV 254° 41.18% 60.00%
CMYK 31.37% 41.18% 0.00%
40.00%

Color #695A99 in popluar number systems.

HEX 69 5A 99
Decimal 105 90 153
Binary 1101001 1011010 10011001
Octal 151 132 231

Shades and tints

Shades of #695A99

#695A99
(105,90,153)
#60528C
(96,82,140)
#574A7F
(87,74,127)
#4E4272
(78,66,114)
#453A65
(69,58,101)
#3C3258
(60,50,88)
#332A4B
(51,42,75)
#2A223E
(42,34,62)
#211A31
(33,26,49)
#181224
(24,18,36)
#0F0A17
(15,10,23)
#000000
(0,0,0)

Tints of #695A99

#695A99
(105,90,153)
#7669A2
(118,105,162)
#8378AB
(131,120,171)
#9087B4
(144,135,180)
#9D96BD
(157,150,189)
#AAA5C6
(170,165,198)
#B7B4CF
(183,180,207)
#C4C3D8
(196,195,216)
#D1D2E1
(209,210,225)
#DEE1EA
(222,225,234)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695A99 color. Also use rgb(105,90,153) instead hex code.

Text Font Color

.myTextColor { color: #695A99; }

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

This text font color is #695A99.

Background Color

.myBgColor { background-color: #695A99; }

<div style="background-color:#695A99">Inner text</div>

This div background color is #695A99.

Border color

.myBorderColor { border: 1px solid #695A99; }

<div style="border:3px solid #695A99">Div</div>

This div border color is #695A99.

Opacity

.myOpacity80 { color: #695A99; opacity: 0.8; }

<p style="color:#695A99;opacity:0.8;">80%</p>

Text with #695A99 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 #695A99;}

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

This text has shadow with #695A99 color.


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

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

This text has shadow with #695A99 primary color and red secondary color.


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

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

This text has shadow with #695A99 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #695A99.

Preview

Color preview on black background

This text has color #695A99 on black background.


Color preview on white background

This text has color #695A99 on white background.


Black color preview on #695A99 background

This text has black color on #695A99 background.


White color preview on #695A99 background

This text has white color on #695A99 background.


Related colors

Complementary color

Complementary color for #hex is #96A566.


I love getcolorcode.com

Triadic colors

1 #99695A and #5A9969 with #695A99 are triadic colors.

2 #995A69 and #5A6999 with #695A99 are triadic colors.