COLOR #6586A5

HEX: #6586A5
RGB: (101,134,165)

Renk bilgisi

#6586A5 contains mainly green and blue colors. #6586A5 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6586A5 color RGB value is (101,134,165).

  • kırmız ton 101;
  • yeşil ton 134;
  • mavi ton 165.
RGB:
(101,134,165)
(40%,53%,65%)

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 134 of 255 = 53%
B 165 of 255 = 65%

101
134
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 134 + 165 = 400 (100%)
R 101 of 400 ~ 25.25%
G 134 of 400 ~ 33.5%
B 165 of 400 ~ 41.25%

%25.25
%33.5
%41.25

CMYK RENK MODELİ

#6586A5 rengi CMYK tonu (39,19,0,35).

  • camgöbeği tonu 38.79%
  • eflatun tonu 18.79%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(39,19,0,35)
C39M19Y0K35 
(39%,19%,0%,35%)
(0.39/0.19/0.00/0.35)	

CMYK yüzdeleri

%38.79
%18.79
%0
%35.29

Codes

Color #6586A5 in popluar color models

6586A5
RGB101134165
HSL209°26.23%52.16%
HSB/HSV209°38.79%64.71%
CMYK38.79%18.79%0.00%
35.29%

Color #6586A5 in popluar number systems.

HEX6586A5
Decimal101134165
Binary11001011000011010100101
Octal145206245

Shades and tints

Shades of #6586A5

#6586A5
(101,134,165)
#5C7A96
(92,122,150)
#536E87
(83,110,135)
#4A6278
(74,98,120)
#415669
(65,86,105)
#384A5A
(56,74,90)
#2F3E4B
(47,62,75)
#26323C
(38,50,60)
#1D262D
(29,38,45)
#141A1E
(20,26,30)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #6586A5

#6586A5
(101,134,165)
#7391AD
(115,145,173)
#819CB5
(129,156,181)
#8FA7BD
(143,167,189)
#9DB2C5
(157,178,197)
#ABBDCD
(171,189,205)
#B9C8D5
(185,200,213)
#C7D3DD
(199,211,221)
#D5DEE5
(213,222,229)
#E3E9ED
(227,233,237)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6586A5; }

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

This text font color is #6586A5.


Background Color

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

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

This div background color is #6586A5.


Border color

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

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

This div border color is #6586A5.


Opacity

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

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

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

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

This text has shadow with #6586A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6586A5 on black background.


Color preview on white background

This text has color #6586A5 on white background.



Black color preview on #6586A5 background

This text has black color on #6586A5 background.


White color preview on #6586A5 background

This text has white color on #6586A5 background.