COLOR #6588B7

HEX: #6588B7 RGB: (101,136,183)

Color info

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

RGB color model

#6588B7 color RGB value is (101,136,183).

RGB: (101,136,183) (40%, 53%, 72%)

RGB channels and saturation

R 101 of 255 = 40%
G 136 of 255 = 53%
B 183 of 255 = 72%

101
136
183

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

Portions of RGB colors in percentages

R + G + B = 101 + 136 + 183 = 420 (100%)
R 101 of 420 ~ 24.05%
G 136 of 420 ~ 32.38%
B 183 of 420 ~ 43.57'%

%24.05
%32.38
%43.57

CMYK color model

#6588B7 color CMYK value is (45,26,0,28).

  • cyan value is 44.81%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (45,26,0,28)
C45M26Y0K28 (45%, 26%, 0%, 28%)
(0.45 / 0.26 / 0.00 / 0.28)

CMYK percentages

%44.81
%25.68
%0
%28.24

Codes

Color #6588B7 in popluar color models

65 88 B7
RGB 101 136 183
HSL 214° 36.28% 55.69%
HSB/HSV 214° 44.81% 71.76%
CMYK 44.81% 25.68% 0.00%
28.24%

Color #6588B7 in popluar number systems.

HEX 65 88 B7
Decimal 101 136 183
Binary 1100101 10001000 10110111
Octal 145 210 267

Shades and tints

Shades of #6588B7

#6588B7
(101,136,183)
#5C7CA7
(92,124,167)
#537097
(83,112,151)
#4A6487
(74,100,135)
#415877
(65,88,119)
#384C67
(56,76,103)
#2F4057
(47,64,87)
#263447
(38,52,71)
#1D2837
(29,40,55)
#141C27
(20,28,39)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #6588B7

#6588B7
(101,136,183)
#7392BD
(115,146,189)
#819CC3
(129,156,195)
#8FA6C9
(143,166,201)
#9DB0CF
(157,176,207)
#ABBAD5
(171,186,213)
#B9C4DB
(185,196,219)
#C7CEE1
(199,206,225)
#D5D8E7
(213,216,231)
#E3E2ED
(227,226,237)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6588B7 color. Also use rgb(101,136,183) instead hex code.

Text Font Color

.myTextColor { color: #6588B7; }

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

This text font color is #6588B7.

Background Color

.myBgColor { background-color: #6588B7; }

<div style="background-color:#6588B7">Inner text</div>

This div background color is #6588B7.

Border color

.myBorderColor { border: 1px solid #6588B7; }

<div style="border:3px solid #6588B7">Div</div>

This div border color is #6588B7.

Opacity

.myOpacity80 { color: #6588B7; opacity: 0.8; }

<p style="color:#6588B7;opacity:0.8;">80%</p>

Text with #6588B7 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 #6588B7;}

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

This text has shadow with #6588B7 color.


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

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

This text has shadow with #6588B7 primary color and red secondary color.


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

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

This text has shadow with #6588B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6588B7.

Preview

Color preview on black background

This text has color #6588B7 on black background.


Color preview on white background

This text has color #6588B7 on white background.


Black color preview on #6588B7 background

This text has black color on #6588B7 background.


White color preview on #6588B7 background

This text has white color on #6588B7 background.


Related colors

Complementary color

Complementary color for #hex is #9A7748.


I love getcolorcode.com

Triadic colors

1 #B76588 and #88B765 with #6588B7 are triadic colors.

2 #B78865 and #8865B7 with #6588B7 are triadic colors.