COLOR #6593BB

HEX: #6593BB RGB: (101,147,187)

Color info

#6593BB contains mainly green and blue colors. Web safe color of #6593BB is #6699CC (or #69C).

RGB color model

#6593BB color RGB value is (101,147,187).

RGB: (101,147,187) (40%, 58%, 73%)

RGB channels and saturation

R 101 of 255 = 40%
G 147 of 255 = 58%
B 187 of 255 = 73%

101
147
187

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

Portions of RGB colors in percentages

R + G + B = 101 + 147 + 187 = 435 (100%)
R 101 of 435 ~ 23.22%
G 147 of 435 ~ 33.79%
B 187 of 435 ~ 42.99'%

%23.22
%33.79
%42.99

CMYK color model

#6593BB color CMYK value is (46,21,0,27).

  • cyan value is 45.99%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (46,21,0,27)
C46M21Y0K27 (46%, 21%, 0%, 27%)
(0.46 / 0.21 / 0.00 / 0.27)

CMYK percentages

%45.99
%21.39
%0
%26.67

Codes

Color #6593BB in popluar color models

65 93 BB
RGB 101 147 187
HSL 208° 38.74% 56.47%
HSB/HSV 208° 45.99% 73.33%
CMYK 45.99% 21.39% 0.00%
26.67%

Color #6593BB in popluar number systems.

HEX 65 93 BB
Decimal 101 147 187
Binary 1100101 10010011 10111011
Octal 145 223 273

Shades and tints

Shades of #6593BB

#6593BB
(101,147,187)
#5C86AA
(92,134,170)
#537999
(83,121,153)
#4A6C88
(74,108,136)
#415F77
(65,95,119)
#385266
(56,82,102)
#2F4555
(47,69,85)
#263844
(38,56,68)
#1D2B33
(29,43,51)
#141E22
(20,30,34)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #6593BB

#6593BB
(101,147,187)
#739CC1
(115,156,193)
#81A5C7
(129,165,199)
#8FAECD
(143,174,205)
#9DB7D3
(157,183,211)
#ABC0D9
(171,192,217)
#B9C9DF
(185,201,223)
#C7D2E5
(199,210,229)
#D5DBEB
(213,219,235)
#E3E4F1
(227,228,241)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6593BB; }

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

This text font color is #6593BB.

Background Color

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

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

This div background color is #6593BB.

Border color

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

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

This div border color is #6593BB.

Opacity

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

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

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

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

This text has shadow with #6593BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6593BB.

Preview

Color preview on black background

This text has color #6593BB on black background.


Color preview on white background

This text has color #6593BB on white background.


Black color preview on #6593BB background

This text has black color on #6593BB background.


White color preview on #6593BB background

This text has white color on #6593BB background.


Related colors

Complementary color

Complementary color for #hex is #9A6C44.


I love getcolorcode.com

Triadic colors

1 #BB6593 and #93BB65 with #6593BB are triadic colors.

2 #BB9365 and #9365BB with #6593BB are triadic colors.