COLOR #6595A0

HEX: #6595A0
RGB: (101,149,160)

Color info

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

RGB color model

#6595A0 color RGB value is (101,149,160).

  • red value is 101;
  • green value is 149;
  • blue value is 160.
RGB:
(101,149,160)
(40%,58%,63%)

RGB channels and saturation

R 101 of 255 = 40%
G 149 of 255 = 58%
B 160 of 255 = 63%

101
149
160

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

Portions of RGB colors in percentages

R + G + B =
101 + 149 + 160 = 410 (100%)
R 101 of 410 ~ 24.63%
G 149 of 410 ~ 36.34%
B 160 of 410 ~ 39.02%

%24.63
%36.34
%39.02

CMYK color model

#6595A0 color CMYK value is (37,7,0,37).

  • cyan value is 36.88%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(37,7,0,37)
C37M7Y0K37 
(37%,7%,0%,37%)
(0.37/0.07/0.00/0.37)	

CMYK percentages

%36.88
%6.87
%0
%37.25

Codes

Color #6595A0 in popluar color models

6595A0
RGB101149160
HSL191°23.69%51.18%
HSB/HSV191°36.88%62.75%
CMYK36.88%6.87%0.00%
37.25%

Color #6595A0 in popluar number systems.

HEX6595A0
Decimal101149160
Binary11001011001010110100000
Octal145225240

Shades and tints

Shades of #6595A0

#6595A0
(101,149,160)
#5C8892
(92,136,146)
#537B84
(83,123,132)
#4A6E76
(74,110,118)
#416168
(65,97,104)
#38545A
(56,84,90)
#2F474C
(47,71,76)
#263A3E
(38,58,62)
#1D2D30
(29,45,48)
#142022
(20,32,34)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6595A0

#6595A0
(101,149,160)
#739EA8
(115,158,168)
#81A7B0
(129,167,176)
#8FB0B8
(143,176,184)
#9DB9C0
(157,185,192)
#ABC2C8
(171,194,200)
#B9CBD0
(185,203,208)
#C7D4D8
(199,212,216)
#D5DDE0
(213,221,224)
#E3E6E8
(227,230,232)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6595A0 color. Also use rgb(101,149,160) instead hex code.

Text Font Color

.myTextColor { color: #6595A0; }

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

This text font color is #6595A0.


Background Color

.myBgColor { background-color: #6595A0; }

<div style="background-color:#6595A0">Inner text</div>

This div background color is #6595A0.


Border color

.myBorderColor { border: 1px solid #6595A0; }

<div style="border:3px solid #6595A0">Div</div>

This div border color is #6595A0.


Opacity

.myOpacity80 { color: #6595A0; opacity: 0.8; }

<p style="color:#6595A0;opacity:0.8;">80%</p>

Text with #6595A0 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 #6595A0;}

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

This text has shadow with #6595A0 color.

.textShadow {text-shadow: 3px 3px 1px #6595A0, 3px 3px 1px red;}

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

This text has shadow with #6595A0 primary color and red secondary color.


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

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

This text has shadow with #6595A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6595A0 on black background.


Color preview on white background

This text has color #6595A0 on white background.



Black color preview on #6595A0 background

This text has black color on #6595A0 background.


White color preview on #6595A0 background

This text has white color on #6595A0 background.