COLOR #6593AB

HEX: #6593AB RGB: (101,147,171)

Color info

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

RGB color model

#6593AB color RGB value is (101,147,171).

RGB: (101,147,171) (40%, 58%, 67%)

RGB channels and saturation

R 101 of 255 = 40%
G 147 of 255 = 58%
B 171 of 255 = 67%

101
147
171

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

Portions of RGB colors in percentages

R + G + B = 101 + 147 + 171 = 419 (100%)
R 101 of 419 ~ 24.11%
G 147 of 419 ~ 35.08%
B 171 of 419 ~ 40.81'%

%24.11
%35.08
%40.81

CMYK color model

#6593AB color CMYK value is (41,14,0,33).

  • cyan value is 40.94%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (41,14,0,33)
C41M14Y0K33 (41%, 14%, 0%, 33%)
(0.41 / 0.14 / 0.00 / 0.33)

CMYK percentages

%40.94
%14.04
%0
%32.94

Codes

Color #6593AB in popluar color models

65 93 AB
RGB 101 147 171
HSL 201° 29.41% 53.33%
HSB/HSV 201° 40.94% 67.06%
CMYK 40.94% 14.04% 0.00%
32.94%

Color #6593AB in popluar number systems.

HEX 65 93 AB
Decimal 101 147 171
Binary 1100101 10010011 10101011
Octal 145 223 253

Shades and tints

Shades of #6593AB

#6593AB
(101,147,171)
#5C869C
(92,134,156)
#53798D
(83,121,141)
#4A6C7E
(74,108,126)
#415F6F
(65,95,111)
#385260
(56,82,96)
#2F4551
(47,69,81)
#263842
(38,56,66)
#1D2B33
(29,43,51)
#141E24
(20,30,36)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #6593AB

#6593AB
(101,147,171)
#739CB2
(115,156,178)
#81A5B9
(129,165,185)
#8FAEC0
(143,174,192)
#9DB7C7
(157,183,199)
#ABC0CE
(171,192,206)
#B9C9D5
(185,201,213)
#C7D2DC
(199,210,220)
#D5DBE3
(213,219,227)
#E3E4EA
(227,228,234)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6593AB; }

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

This text font color is #6593AB.

Background Color

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

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

This div background color is #6593AB.

Border color

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

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

This div border color is #6593AB.

Opacity

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

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

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

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

This text has shadow with #6593AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6593AB.

Preview

Color preview on black background

This text has color #6593AB on black background.


Color preview on white background

This text has color #6593AB on white background.


Black color preview on #6593AB background

This text has black color on #6593AB background.


White color preview on #6593AB background

This text has white color on #6593AB background.


Related colors

Complementary color

Complementary color for #hex is #9A6C54.


I love getcolorcode.com

Triadic colors

1 #AB6593 and #93AB65 with #6593AB are triadic colors.

2 #AB9365 and #9365AB with #6593AB are triadic colors.