COLOR #6B4B68

HEX: #6B4B68
RGB: (107,75,104)

Renk bilgisi

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

RGB renk modeli

#6B4B68 color RGB value is (107,75,104).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 75 of 255 = 29%
B 104 of 255 = 41%

107
75
104

R + G + B ~ 37%. #6B4B68 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 75 + 104 = 286 (100%)
R 107 of 286 ~ 37.41%
G 75 of 286 ~ 26.22%
B 104 of 286 ~ 36.36%

%37.41
%26.22
%36.36

CMYK RENK MODELİ

#6B4B68 rengi CMYK tonu (0,30,3,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.91%
  • sarı tonu 2.80%
  • ana renk tonu 58.04%
CMYK:
(0,30,3,58)
C0M30Y3K58 
(0%,30%,3%,58%)
(0.00/0.30/0.03/0.58)	

CMYK yüzdeleri

%0
%29.91
%2.8
%58.04

Codes

Color #6B4B68 in popluar color models

6B4B68
RGB10775104
HSL306°17.58%35.69%
HSB/HSV306°29.91%41.96%
CMYK0.00%29.91%2.80%
58.04%

Color #6B4B68 in popluar number systems.

HEX6B4B68
Decimal10775104
Binary110101110010111101000
Octal153113150

Shades and tints

Shades of #6B4B68

#6B4B68
(107,75,104)
#62455F
(98,69,95)
#593F56
(89,63,86)
#50394D
(80,57,77)
#473344
(71,51,68)
#3E2D3B
(62,45,59)
#352732
(53,39,50)
#2C2129
(44,33,41)
#231B20
(35,27,32)
#1A1517
(26,21,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B4B68

#6B4B68
(107,75,104)
#785B75
(120,91,117)
#856B82
(133,107,130)
#927B8F
(146,123,143)
#9F8B9C
(159,139,156)
#AC9BA9
(172,155,169)
#B9ABB6
(185,171,182)
#C6BBC3
(198,187,195)
#D3CBD0
(211,203,208)
#E0DBDD
(224,219,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4B68; }

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

This text font color is #6B4B68.


Background Color

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

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

This div background color is #6B4B68.


Border color

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

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

This div border color is #6B4B68.


Opacity

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

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

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

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

This text has shadow with #6B4B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B68 on black background.


Color preview on white background

This text has color #6B4B68 on white background.



Black color preview on #6B4B68 background

This text has black color on #6B4B68 background.


White color preview on #6B4B68 background

This text has white color on #6B4B68 background.