COLOR #69759C

HEX: #69759C
RGB: (105,117,156)

Color info

#69759C contains red, green and blue colors in about the same proportion. Web safe color of #69759C is #666699 (or #669).

RGB color model

#69759C color RGB value is (105,117,156).

  • red value is 105;
  • green value is 117;
  • blue value is 156.
RGB:
(105,117,156)
(41%,46%,61%)

RGB channels and saturation

R 105 of 255 = 41%
G 117 of 255 = 46%
B 156 of 255 = 61%

105
117
156

R + G + B ~ 49%. #69759C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 117 + 156 = 378 (100%)
R 105 of 378 ~ 27.78%
G 117 of 378 ~ 30.95%
B 156 of 378 ~ 41.27%

%27.78
%30.95
%41.27

CMYK color model

#69759C color CMYK value is (33,25,0,39).

  • cyan value is 32.69%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(33,25,0,39)
C33M25Y0K39 
(33%,25%,0%,39%)
(0.33/0.25/0.00/0.39)	

CMYK percentages

%32.69
%25
%0
%38.82

Codes

Color #69759C in popluar color models

69759C
RGB105117156
HSL226°20.48%51.18%
HSB/HSV226°32.69%61.18%
CMYK32.69%25.00%0.00%
38.82%

Color #69759C in popluar number systems.

HEX69759C
Decimal105117156
Binary1101001111010110011100
Octal151165234

Shades and tints

Shades of #69759C

#69759C
(105,117,156)
#606B8E
(96,107,142)
#576180
(87,97,128)
#4E5772
(78,87,114)
#454D64
(69,77,100)
#3C4356
(60,67,86)
#333948
(51,57,72)
#2A2F3A
(42,47,58)
#21252C
(33,37,44)
#181B1E
(24,27,30)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #69759C

#69759C
(105,117,156)
#7681A5
(118,129,165)
#838DAE
(131,141,174)
#9099B7
(144,153,183)
#9DA5C0
(157,165,192)
#AAB1C9
(170,177,201)
#B7BDD2
(183,189,210)
#C4C9DB
(196,201,219)
#D1D5E4
(209,213,228)
#DEE1ED
(222,225,237)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69759C color. Also use rgb(105,117,156) instead hex code.

Text Font Color

.myTextColor { color: #69759C; }

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

This text font color is #69759C.


Background Color

.myBgColor { background-color: #69759C; }

<div style="background-color:#69759C">Inner text</div>

This div background color is #69759C.


Border color

.myBorderColor { border: 1px solid #69759C; }

<div style="border:3px solid #69759C">Div</div>

This div border color is #69759C.


Opacity

.myOpacity80 { color: #69759C; opacity: 0.8; }

<p style="color:#69759C;opacity:0.8;">80%</p>

Text with #69759C 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 #69759C;}

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

This text has shadow with #69759C color.

.textShadow {text-shadow: 3px 3px 1px #69759C, 3px 3px 1px red;}

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

This text has shadow with #69759C primary color and red secondary color.


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

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

This text has shadow with #69759C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69759C on black background.


Color preview on white background

This text has color #69759C on white background.



Black color preview on #69759C background

This text has black color on #69759C background.


White color preview on #69759C background

This text has white color on #69759C background.