COLOR #6593BE

HEX: #6593BE
RGB: (101,147,190)

Color info

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

RGB color model

#6593BE color RGB value is (101,147,190).

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

RGB channels and saturation

R 101 of 255 = 40%
G 147 of 255 = 58%
B 190 of 255 = 75%

101
147
190

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

Portions of RGB colors in percentages

R + G + B =
101 + 147 + 190 = 438 (100%)
R 101 of 438 ~ 23.06%
G 147 of 438 ~ 33.56%
B 190 of 438 ~ 43.38%

%23.06
%33.56
%43.38

CMYK color model

#6593BE color CMYK value is (47,23,0,25).

  • cyan value is 46.84%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(47,23,0,25)
C47M23Y0K25 
(47%,23%,0%,25%)
(0.47/0.23/0.00/0.25)	

CMYK percentages

%46.84
%22.63
%0
%25.49

Codes

Color #6593BE in popluar color models

6593BE
RGB101147190
HSL209°40.64%57.06%
HSB/HSV209°46.84%74.51%
CMYK46.84%22.63%0.00%
25.49%

Color #6593BE in popluar number systems.

HEX6593BE
Decimal101147190
Binary11001011001001110111110
Octal145223276

Shades and tints

Shades of #6593BE

#6593BE
(101,147,190)
#5C86AD
(92,134,173)
#53799C
(83,121,156)
#4A6C8B
(74,108,139)
#415F7A
(65,95,122)
#385269
(56,82,105)
#2F4558
(47,69,88)
#263847
(38,56,71)
#1D2B36
(29,43,54)
#141E25
(20,30,37)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #6593BE

#6593BE
(101,147,190)
#739CC3
(115,156,195)
#81A5C8
(129,165,200)
#8FAECD
(143,174,205)
#9DB7D2
(157,183,210)
#ABC0D7
(171,192,215)
#B9C9DC
(185,201,220)
#C7D2E1
(199,210,225)
#D5DBE6
(213,219,230)
#E3E4EB
(227,228,235)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6593BE; }

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

This text font color is #6593BE.


Background Color

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

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

This div background color is #6593BE.


Border color

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

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

This div border color is #6593BE.


Opacity

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

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

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

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

This text has shadow with #6593BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6593BE on black background.


Color preview on white background

This text has color #6593BE on white background.



Black color preview on #6593BE background

This text has black color on #6593BE background.


White color preview on #6593BE background

This text has white color on #6593BE background.