COLOR #6593AE

HEX: #6593AE
RGB: (101,147,174)

Color info

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

RGB color model

#6593AE color RGB value is (101,147,174).

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

RGB channels and saturation

R 101 of 255 = 40%
G 147 of 255 = 58%
B 174 of 255 = 68%

101
147
174

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

Portions of RGB colors in percentages

R + G + B =
101 + 147 + 174 = 422 (100%)
R 101 of 422 ~ 23.93%
G 147 of 422 ~ 34.83%
B 174 of 422 ~ 41.23%

%23.93
%34.83
%41.23

CMYK color model

#6593AE color CMYK value is (42,16,0,32).

  • cyan value is 41.95%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(42,16,0,32)
C42M16Y0K32 
(42%,16%,0%,32%)
(0.42/0.16/0.00/0.32)	

CMYK percentages

%41.95
%15.52
%0
%31.76

Codes

Color #6593AE in popluar color models

6593AE
RGB101147174
HSL202°31.06%53.92%
HSB/HSV202°41.95%68.24%
CMYK41.95%15.52%0.00%
31.76%

Color #6593AE in popluar number systems.

HEX6593AE
Decimal101147174
Binary11001011001001110101110
Octal145223256

Shades and tints

Shades of #6593AE

#6593AE
(101,147,174)
#5C869F
(92,134,159)
#537990
(83,121,144)
#4A6C81
(74,108,129)
#415F72
(65,95,114)
#385263
(56,82,99)
#2F4554
(47,69,84)
#263845
(38,56,69)
#1D2B36
(29,43,54)
#141E27
(20,30,39)
#0B1118
(11,17,24)
#000000
(0,0,0)

Tints of #6593AE

#6593AE
(101,147,174)
#739CB5
(115,156,181)
#81A5BC
(129,165,188)
#8FAEC3
(143,174,195)
#9DB7CA
(157,183,202)
#ABC0D1
(171,192,209)
#B9C9D8
(185,201,216)
#C7D2DF
(199,210,223)
#D5DBE6
(213,219,230)
#E3E4ED
(227,228,237)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6593AE; }

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

This text font color is #6593AE.


Background Color

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

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

This div background color is #6593AE.


Border color

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

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

This div border color is #6593AE.


Opacity

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

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

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

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

This text has shadow with #6593AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6593AE on black background.


Color preview on white background

This text has color #6593AE on white background.



Black color preview on #6593AE background

This text has black color on #6593AE background.


White color preview on #6593AE background

This text has white color on #6593AE background.