COLOR #6B5268

HEX: #6B5268
RGB: (107,82,104)

Renk bilgisi

#6B5268 contains red, green and blue colors in about the same proportion. #6B5268 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6B5268 color RGB value is (107,82,104).

  • kırmız ton 107;
  • yeşil ton 82;
  • mavi ton 104.
RGB:
(107,82,104)
(42%,32%,41%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 82 of 255 = 32%
B 104 of 255 = 41%

107
82
104

R + G + B ~ 38%. #6B5268 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 82 + 104 = 293 (100%)
R 107 of 293 ~ 36.52%
G 82 of 293 ~ 27.99%
B 104 of 293 ~ 35.49%

%36.52
%27.99
%35.49

CMYK RENK MODELİ

#6B5268 rengi CMYK tonu (0,23,3,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.36%
  • sarı tonu 2.80%
  • ana renk tonu 58.04%
CMYK:
(0,23,3,58)
C0M23Y3K58 
(0%,23%,3%,58%)
(0.00/0.23/0.03/0.58)	

CMYK yüzdeleri

%0
%23.36
%2.8
%58.04

Codes

Color #6B5268 in popluar color models

6B5268
RGB10782104
HSL307°13.23%37.06%
HSB/HSV307°23.36%41.96%
CMYK0.00%23.36%2.80%
58.04%

Color #6B5268 in popluar number systems.

HEX6B5268
Decimal10782104
Binary110101110100101101000
Octal153122150

Shades and tints

Shades of #6B5268

#6B5268
(107,82,104)
#624B5F
(98,75,95)
#594456
(89,68,86)
#503D4D
(80,61,77)
#473644
(71,54,68)
#3E2F3B
(62,47,59)
#352832
(53,40,50)
#2C2129
(44,33,41)
#231A20
(35,26,32)
#1A1317
(26,19,23)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #6B5268

#6B5268
(107,82,104)
#786175
(120,97,117)
#857082
(133,112,130)
#927F8F
(146,127,143)
#9F8E9C
(159,142,156)
#AC9DA9
(172,157,169)
#B9ACB6
(185,172,182)
#C6BBC3
(198,187,195)
#D3CAD0
(211,202,208)
#E0D9DD
(224,217,221)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5268 color. Also use rgb(107,82,104) instead hex code.

Text Font Color

.myTextColor { color: #6B5268; }

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

This text font color is #6B5268.


Background Color

.myBgColor { background-color: #6B5268; }

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

This div background color is #6B5268.


Border color

.myBorderColor { border: 1px solid #6B5268; }

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

This div border color is #6B5268.


Opacity

.myOpacity80 { color: #6B5268; opacity: 0.8; }

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

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

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

This text has shadow with #6B5268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5268 on black background.


Color preview on white background

This text has color #6B5268 on white background.



Black color preview on #6B5268 background

This text has black color on #6B5268 background.


White color preview on #6B5268 background

This text has white color on #6B5268 background.