COLOR #646687

HEX: #646687
RGB: (100,102,135)

Renk bilgisi

#646687 contains red, green and blue colors in about the same proportion. #646687 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#646687 color RGB value is (100,102,135).

  • kırmız ton 100;
  • yeşil ton 102;
  • mavi ton 135.
RGB:
(100,102,135)
(39%,40%,53%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 102 of 255 = 40%
B 135 of 255 = 53%

100
102
135

R + G + B ~ 44%. #646687 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 102 + 135 = 337 (100%)
R 100 of 337 ~ 29.67%
G 102 of 337 ~ 30.27%
B 135 of 337 ~ 40.06%

%29.67
%30.27
%40.06

CMYK RENK MODELİ

#646687 rengi CMYK tonu (26,24,0,47).

  • camgöbeği tonu 25.93%
  • eflatun tonu 24.44%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(26,24,0,47)
C26M24Y0K47 
(26%,24%,0%,47%)
(0.26/0.24/0.00/0.47)	

CMYK yüzdeleri

%25.93
%24.44
%0
%47.06

Codes

Color #646687 in popluar color models

646687
RGB100102135
HSL237°14.89%46.08%
HSB/HSV237°25.93%52.94%
CMYK25.93%24.44%0.00%
47.06%

Color #646687 in popluar number systems.

HEX646687
Decimal100102135
Binary1100100110011010000111
Octal144146207

Shades and tints

Shades of #646687

#646687
(100,102,135)
#5B5D7B
(91,93,123)
#52546F
(82,84,111)
#494B63
(73,75,99)
#404257
(64,66,87)
#37394B
(55,57,75)
#2E303F
(46,48,63)
#252733
(37,39,51)
#1C1E27
(28,30,39)
#13151B
(19,21,27)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #646687

#646687
(100,102,135)
#727391
(114,115,145)
#80809B
(128,128,155)
#8E8DA5
(142,141,165)
#9C9AAF
(156,154,175)
#AAA7B9
(170,167,185)
#B8B4C3
(184,180,195)
#C6C1CD
(198,193,205)
#D4CED7
(212,206,215)
#E2DBE1
(226,219,225)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646687 color. Also use rgb(100,102,135) instead hex code.

Text Font Color

.myTextColor { color: #646687; }

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

This text font color is #646687.


Background Color

.myBgColor { background-color: #646687; }

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

This div background color is #646687.


Border color

.myBorderColor { border: 1px solid #646687; }

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

This div border color is #646687.


Opacity

.myOpacity80 { color: #646687; opacity: 0.8; }

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

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

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

This text has shadow with #646687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646687 on black background.


Color preview on white background

This text has color #646687 on white background.



Black color preview on #646687 background

This text has black color on #646687 background.


White color preview on #646687 background

This text has white color on #646687 background.