COLOR #6586C6

HEX: #6586C6
RGB: (101,134,198)

Color info

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

RGB color model

#6586C6 color RGB value is (101,134,198).

  • red value is 101;
  • green value is 134;
  • blue value is 198.
RGB:
(101,134,198)
(40%,53%,78%)

RGB channels and saturation

R 101 of 255 = 40%
G 134 of 255 = 53%
B 198 of 255 = 78%

101
134
198

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

Portions of RGB colors in percentages

R + G + B =
101 + 134 + 198 = 433 (100%)
R 101 of 433 ~ 23.33%
G 134 of 433 ~ 30.95%
B 198 of 433 ~ 45.73%

%23.33
%30.95
%45.73

CMYK color model

#6586C6 color CMYK value is (49,32,0,22).

  • cyan value is 48.99%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(49,32,0,22)
C49M32Y0K22 
(49%,32%,0%,22%)
(0.49/0.32/0.00/0.22)	

CMYK percentages

%48.99
%32.32
%0
%22.35

Codes

Color #6586C6 in popluar color models

6586C6
RGB101134198
HSL220°45.97%58.63%
HSB/HSV220°48.99%77.65%
CMYK48.99%32.32%0.00%
22.35%

Color #6586C6 in popluar number systems.

HEX6586C6
Decimal101134198
Binary11001011000011011000110
Octal145206306

Shades and tints

Shades of #6586C6

#6586C6
(101,134,198)
#5C7AB4
(92,122,180)
#536EA2
(83,110,162)
#4A6290
(74,98,144)
#41567E
(65,86,126)
#384A6C
(56,74,108)
#2F3E5A
(47,62,90)
#263248
(38,50,72)
#1D2636
(29,38,54)
#141A24
(20,26,36)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #6586C6

#6586C6
(101,134,198)
#7391CB
(115,145,203)
#819CD0
(129,156,208)
#8FA7D5
(143,167,213)
#9DB2DA
(157,178,218)
#ABBDDF
(171,189,223)
#B9C8E4
(185,200,228)
#C7D3E9
(199,211,233)
#D5DEEE
(213,222,238)
#E3E9F3
(227,233,243)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6586C6 color. Also use rgb(101,134,198) instead hex code.

Text Font Color

.myTextColor { color: #6586C6; }

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

This text font color is #6586C6.


Background Color

.myBgColor { background-color: #6586C6; }

<div style="background-color:#6586C6">Inner text</div>

This div background color is #6586C6.


Border color

.myBorderColor { border: 1px solid #6586C6; }

<div style="border:3px solid #6586C6">Div</div>

This div border color is #6586C6.


Opacity

.myOpacity80 { color: #6586C6; opacity: 0.8; }

<p style="color:#6586C6;opacity:0.8;">80%</p>

Text with #6586C6 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 #6586C6;}

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

This text has shadow with #6586C6 color.

.textShadow {text-shadow: 3px 3px 1px #6586C6, 3px 3px 1px red;}

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

This text has shadow with #6586C6 primary color and red secondary color.


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

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

This text has shadow with #6586C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6586C6 on black background.


Color preview on white background

This text has color #6586C6 on white background.



Black color preview on #6586C6 background

This text has black color on #6586C6 background.


White color preview on #6586C6 background

This text has white color on #6586C6 background.