COLOR #6588DF

HEX: #6588DF
RGB: (101,136,223)

Color info

#6588DF contains mainly blue color. Web safe color of #6588DF is #6699CC (or #69C).

RGB color model

#6588DF color RGB value is (101,136,223).

  • red value is 101;
  • green value is 136;
  • blue value is 223.
RGB:
(101,136,223)
(40%,53%,87%)

RGB channels and saturation

R 101 of 255 = 40%
G 136 of 255 = 53%
B 223 of 255 = 87%

101
136
223

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

Portions of RGB colors in percentages

R + G + B =
101 + 136 + 223 = 460 (100%)
R 101 of 460 ~ 21.96%
G 136 of 460 ~ 29.57%
B 223 of 460 ~ 48.48%

%21.96
%29.57
%48.48

CMYK color model

#6588DF color CMYK value is (55,39,0,13).

  • cyan value is 54.71%
  • magenta value is 39.01%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(55,39,0,13)
C55M39Y0K13 
(55%,39%,0%,13%)
(0.55/0.39/0.00/0.13)	

CMYK percentages

%54.71
%39.01
%0
%12.55

Codes

Color #6588DF in popluar color models

6588DF
RGB101136223
HSL223°65.59%63.53%
HSB/HSV223°54.71%87.45%
CMYK54.71%39.01%0.00%
12.55%

Color #6588DF in popluar number systems.

HEX6588DF
Decimal101136223
Binary11001011000100011011111
Octal145210337

Shades and tints

Shades of #6588DF

#6588DF
(101,136,223)
#5C7CCB
(92,124,203)
#5370B7
(83,112,183)
#4A64A3
(74,100,163)
#41588F
(65,88,143)
#384C7B
(56,76,123)
#2F4067
(47,64,103)
#263453
(38,52,83)
#1D283F
(29,40,63)
#141C2B
(20,28,43)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #6588DF

#6588DF
(101,136,223)
#7392E1
(115,146,225)
#819CE3
(129,156,227)
#8FA6E5
(143,166,229)
#9DB0E7
(157,176,231)
#ABBAE9
(171,186,233)
#B9C4EB
(185,196,235)
#C7CEED
(199,206,237)
#D5D8EF
(213,216,239)
#E3E2F1
(227,226,241)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6588DF; }

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

This text font color is #6588DF.


Background Color

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

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

This div background color is #6588DF.


Border color

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

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

This div border color is #6588DF.


Opacity

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

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

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

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

This text has shadow with #6588DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6588DF on black background.


Color preview on white background

This text has color #6588DF on white background.



Black color preview on #6588DF background

This text has black color on #6588DF background.


White color preview on #6588DF background

This text has white color on #6588DF background.