COLOR #6594B0

HEX: #6594B0
RGB: (101,148,176)

Color info

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

RGB color model

#6594B0 color RGB value is (101,148,176).

  • red value is 101;
  • green value is 148;
  • blue value is 176.
RGB:
(101,148,176)
(40%,58%,69%)

RGB channels and saturation

R 101 of 255 = 40%
G 148 of 255 = 58%
B 176 of 255 = 69%

101
148
176

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

Portions of RGB colors in percentages

R + G + B =
101 + 148 + 176 = 425 (100%)
R 101 of 425 ~ 23.76%
G 148 of 425 ~ 34.82%
B 176 of 425 ~ 41.41%

%23.76
%34.82
%41.41

CMYK color model

#6594B0 color CMYK value is (43,16,0,31).

  • cyan value is 42.61%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(43,16,0,31)
C43M16Y0K31 
(43%,16%,0%,31%)
(0.43/0.16/0.00/0.31)	

CMYK percentages

%42.61
%15.91
%0
%30.98

Codes

Color #6594B0 in popluar color models

6594B0
RGB101148176
HSL202°32.19%54.31%
HSB/HSV202°42.61%69.02%
CMYK42.61%15.91%0.00%
30.98%

Color #6594B0 in popluar number systems.

HEX6594B0
Decimal101148176
Binary11001011001010010110000
Octal145224260

Shades and tints

Shades of #6594B0

#6594B0
(101,148,176)
#5C87A0
(92,135,160)
#537A90
(83,122,144)
#4A6D80
(74,109,128)
#416070
(65,96,112)
#385360
(56,83,96)
#2F4650
(47,70,80)
#263940
(38,57,64)
#1D2C30
(29,44,48)
#141F20
(20,31,32)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6594B0

#6594B0
(101,148,176)
#739DB7
(115,157,183)
#81A6BE
(129,166,190)
#8FAFC5
(143,175,197)
#9DB8CC
(157,184,204)
#ABC1D3
(171,193,211)
#B9CADA
(185,202,218)
#C7D3E1
(199,211,225)
#D5DCE8
(213,220,232)
#E3E5EF
(227,229,239)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6594B0 color. Also use rgb(101,148,176) instead hex code.

Text Font Color

.myTextColor { color: #6594B0; }

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

This text font color is #6594B0.


Background Color

.myBgColor { background-color: #6594B0; }

<div style="background-color:#6594B0">Inner text</div>

This div background color is #6594B0.


Border color

.myBorderColor { border: 1px solid #6594B0; }

<div style="border:3px solid #6594B0">Div</div>

This div border color is #6594B0.


Opacity

.myOpacity80 { color: #6594B0; opacity: 0.8; }

<p style="color:#6594B0;opacity:0.8;">80%</p>

Text with #6594B0 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 #6594B0;}

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

This text has shadow with #6594B0 color.

.textShadow {text-shadow: 3px 3px 1px #6594B0, 3px 3px 1px red;}

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

This text has shadow with #6594B0 primary color and red secondary color.


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

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

This text has shadow with #6594B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6594B0 on black background.


Color preview on white background

This text has color #6594B0 on white background.



Black color preview on #6594B0 background

This text has black color on #6594B0 background.


White color preview on #6594B0 background

This text has white color on #6594B0 background.