COLOR #6A96A5

HEX: #6A96A5
RGB: (106,150,165)

Color info

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

RGB color model

#6A96A5 color RGB value is (106,150,165).

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

RGB channels and saturation

R 106 of 255 = 42%
G 150 of 255 = 59%
B 165 of 255 = 65%

106
150
165

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

Portions of RGB colors in percentages

R + G + B =
106 + 150 + 165 = 421 (100%)
R 106 of 421 ~ 25.18%
G 150 of 421 ~ 35.63%
B 165 of 421 ~ 39.19%

%25.18
%35.63
%39.19

CMYK color model

#6A96A5 color CMYK value is (36,9,0,35).

  • cyan value is 35.76%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(36,9,0,35)
C36M9Y0K35 
(36%,9%,0%,35%)
(0.36/0.09/0.00/0.35)	

CMYK percentages

%35.76
%9.09
%0
%35.29

Codes

Color #6A96A5 in popluar color models

6A96A5
RGB106150165
HSL195°24.69%53.14%
HSB/HSV195°35.76%64.71%
CMYK35.76%9.09%0.00%
35.29%

Color #6A96A5 in popluar number systems.

HEX6A96A5
Decimal106150165
Binary11010101001011010100101
Octal152226245

Shades and tints

Shades of #6A96A5

#6A96A5
(106,150,165)
#618996
(97,137,150)
#587C87
(88,124,135)
#4F6F78
(79,111,120)
#466269
(70,98,105)
#3D555A
(61,85,90)
#34484B
(52,72,75)
#2B3B3C
(43,59,60)
#222E2D
(34,46,45)
#19211E
(25,33,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #6A96A5

#6A96A5
(106,150,165)
#779FAD
(119,159,173)
#84A8B5
(132,168,181)
#91B1BD
(145,177,189)
#9EBAC5
(158,186,197)
#ABC3CD
(171,195,205)
#B8CCD5
(184,204,213)
#C5D5DD
(197,213,221)
#D2DEE5
(210,222,229)
#DFE7ED
(223,231,237)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A96A5; }

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

This text font color is #6A96A5.


Background Color

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

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

This div background color is #6A96A5.


Border color

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

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

This div border color is #6A96A5.


Opacity

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

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

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

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

This text has shadow with #6A96A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A96A5 on black background.


Color preview on white background

This text has color #6A96A5 on white background.



Black color preview on #6A96A5 background

This text has black color on #6A96A5 background.


White color preview on #6A96A5 background

This text has white color on #6A96A5 background.