COLOR #6B5073

HEX: #6B5073
RGB: (107,80,115)

Renk bilgisi

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

RGB renk modeli

#6B5073 color RGB value is (107,80,115).

  • kırmız ton 107;
  • yeşil ton 80;
  • mavi ton 115.
RGB:
(107,80,115)
(42%,31%,45%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 80 of 255 = 31%
B 115 of 255 = 45%

107
80
115

R + G + B ~ 39%. #6B5073 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 80 + 115 = 302 (100%)
R 107 of 302 ~ 35.43%
G 80 of 302 ~ 26.49%
B 115 of 302 ~ 38.08%

%35.43
%26.49
%38.08

CMYK RENK MODELİ

#6B5073 rengi CMYK tonu (7,30,0,55).

  • camgöbeği tonu 6.96%
  • eflatun tonu 30.43%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(7,30,0,55)
C7M30Y0K55 
(7%,30%,0%,55%)
(0.07/0.30/0.00/0.55)	

CMYK yüzdeleri

%6.96
%30.43
%0
%54.9

Codes

Color #6B5073 in popluar color models

6B5073
RGB10780115
HSL286°17.95%38.24%
HSB/HSV286°30.43%45.10%
CMYK6.96%30.43%0.00%
54.90%

Color #6B5073 in popluar number systems.

HEX6B5073
Decimal10780115
Binary110101110100001110011
Octal153120163

Shades and tints

Shades of #6B5073

#6B5073
(107,80,115)
#624969
(98,73,105)
#59425F
(89,66,95)
#503B55
(80,59,85)
#47344B
(71,52,75)
#3E2D41
(62,45,65)
#352637
(53,38,55)
#2C1F2D
(44,31,45)
#231823
(35,24,35)
#1A1119
(26,17,25)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B5073

#6B5073
(107,80,115)
#785F7F
(120,95,127)
#856E8B
(133,110,139)
#927D97
(146,125,151)
#9F8CA3
(159,140,163)
#AC9BAF
(172,155,175)
#B9AABB
(185,170,187)
#C6B9C7
(198,185,199)
#D3C8D3
(211,200,211)
#E0D7DF
(224,215,223)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5073 color. Also use rgb(107,80,115) instead hex code.

Text Font Color

.myTextColor { color: #6B5073; }

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

This text font color is #6B5073.


Background Color

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

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

This div background color is #6B5073.


Border color

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

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

This div border color is #6B5073.


Opacity

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

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

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

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

This text has shadow with #6B5073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5073 on black background.


Color preview on white background

This text has color #6B5073 on white background.



Black color preview on #6B5073 background

This text has black color on #6B5073 background.


White color preview on #6B5073 background

This text has white color on #6B5073 background.