COLOR #6597AE

HEX: #6597AE
RGB: (101,151,174)

Color info

#6597AE contains mainly green and blue colors. Web safe color of #6597AE is #669999 (or #699).

RGB color model

#6597AE color RGB value is (101,151,174).

  • red value is 101;
  • green value is 151;
  • blue value is 174.
RGB:
(101,151,174)
(40%,59%,68%)

RGB channels and saturation

R 101 of 255 = 40%
G 151 of 255 = 59%
B 174 of 255 = 68%

101
151
174

R + G + B ~ 56%. #6597AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 151 + 174 = 426 (100%)
R 101 of 426 ~ 23.71%
G 151 of 426 ~ 35.45%
B 174 of 426 ~ 40.85%

%23.71
%35.45
%40.85

CMYK color model

#6597AE color CMYK value is (42,13,0,32).

  • cyan value is 41.95%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(42,13,0,32)
C42M13Y0K32 
(42%,13%,0%,32%)
(0.42/0.13/0.00/0.32)	

CMYK percentages

%41.95
%13.22
%0
%31.76

Codes

Color #6597AE in popluar color models

6597AE
RGB101151174
HSL199°31.06%53.92%
HSB/HSV199°41.95%68.24%
CMYK41.95%13.22%0.00%
31.76%

Color #6597AE in popluar number systems.

HEX6597AE
Decimal101151174
Binary11001011001011110101110
Octal145227256

Shades and tints

Shades of #6597AE

#6597AE
(101,151,174)
#5C8A9F
(92,138,159)
#537D90
(83,125,144)
#4A7081
(74,112,129)
#416372
(65,99,114)
#385663
(56,86,99)
#2F4954
(47,73,84)
#263C45
(38,60,69)
#1D2F36
(29,47,54)
#142227
(20,34,39)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6597AE

#6597AE
(101,151,174)
#73A0B5
(115,160,181)
#81A9BC
(129,169,188)
#8FB2C3
(143,178,195)
#9DBBCA
(157,187,202)
#ABC4D1
(171,196,209)
#B9CDD8
(185,205,216)
#C7D6DF
(199,214,223)
#D5DFE6
(213,223,230)
#E3E8ED
(227,232,237)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6597AE color. Also use rgb(101,151,174) instead hex code.

Text Font Color

.myTextColor { color: #6597AE; }

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

This text font color is #6597AE.


Background Color

.myBgColor { background-color: #6597AE; }

<div style="background-color:#6597AE">Inner text</div>

This div background color is #6597AE.


Border color

.myBorderColor { border: 1px solid #6597AE; }

<div style="border:3px solid #6597AE">Div</div>

This div border color is #6597AE.


Opacity

.myOpacity80 { color: #6597AE; opacity: 0.8; }

<p style="color:#6597AE;opacity:0.8;">80%</p>

Text with #6597AE 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 #6597AE;}

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

This text has shadow with #6597AE color.

.textShadow {text-shadow: 3px 3px 1px #6597AE, 3px 3px 1px red;}

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

This text has shadow with #6597AE primary color and red secondary color.


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

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

This text has shadow with #6597AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6597AE on black background.


Color preview on white background

This text has color #6597AE on white background.



Black color preview on #6597AE background

This text has black color on #6597AE background.


White color preview on #6597AE background

This text has white color on #6597AE background.