COLOR #6A969C

HEX: #6A969C
RGB: (106,150,156)

Color info

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

RGB color model

#6A969C color RGB value is (106,150,156).

  • red value is 106;
  • green value is 150;
  • blue value is 156.
RGB:
(106,150,156)
(42%,59%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 150 of 255 = 59%
B 156 of 255 = 61%

106
150
156

R + G + B ~ 54%. #6A969C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 150 + 156 = 412 (100%)
R 106 of 412 ~ 25.73%
G 150 of 412 ~ 36.41%
B 156 of 412 ~ 37.86%

%25.73
%36.41
%37.86

CMYK color model

#6A969C color CMYK value is (32,4,0,39).

  • cyan value is 32.05%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(32,4,0,39)
C32M4Y0K39 
(32%,4%,0%,39%)
(0.32/0.04/0.00/0.39)	

CMYK percentages

%32.05
%3.85
%0
%38.82

Codes

Color #6A969C in popluar color models

6A969C
RGB106150156
HSL187°20.16%51.37%
HSB/HSV187°32.05%61.18%
CMYK32.05%3.85%0.00%
38.82%

Color #6A969C in popluar number systems.

HEX6A969C
Decimal106150156
Binary11010101001011010011100
Octal152226234

Shades and tints

Shades of #6A969C

#6A969C
(106,150,156)
#61898E
(97,137,142)
#587C80
(88,124,128)
#4F6F72
(79,111,114)
#466264
(70,98,100)
#3D5556
(61,85,86)
#344848
(52,72,72)
#2B3B3A
(43,59,58)
#222E2C
(34,46,44)
#19211E
(25,33,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #6A969C

#6A969C
(106,150,156)
#779FA5
(119,159,165)
#84A8AE
(132,168,174)
#91B1B7
(145,177,183)
#9EBAC0
(158,186,192)
#ABC3C9
(171,195,201)
#B8CCD2
(184,204,210)
#C5D5DB
(197,213,219)
#D2DEE4
(210,222,228)
#DFE7ED
(223,231,237)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A969C color. Also use rgb(106,150,156) instead hex code.

Text Font Color

.myTextColor { color: #6A969C; }

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

This text font color is #6A969C.


Background Color

.myBgColor { background-color: #6A969C; }

<div style="background-color:#6A969C">Inner text</div>

This div background color is #6A969C.


Border color

.myBorderColor { border: 1px solid #6A969C; }

<div style="border:3px solid #6A969C">Div</div>

This div border color is #6A969C.


Opacity

.myOpacity80 { color: #6A969C; opacity: 0.8; }

<p style="color:#6A969C;opacity:0.8;">80%</p>

Text with #6A969C 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 #6A969C;}

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

This text has shadow with #6A969C color.

.textShadow {text-shadow: 3px 3px 1px #6A969C, 3px 3px 1px red;}

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

This text has shadow with #6A969C primary color and red secondary color.


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

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

This text has shadow with #6A969C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A969C on black background.


Color preview on white background

This text has color #6A969C on white background.



Black color preview on #6A969C background

This text has black color on #6A969C background.


White color preview on #6A969C background

This text has white color on #6A969C background.