COLOR #6B477B

HEX: #6B477B
RGB: (107,71,123)

Renk bilgisi

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

RGB renk modeli

#6B477B color RGB value is (107,71,123).

  • kırmız ton 107;
  • yeşil ton 71;
  • mavi ton 123.
RGB:
(107,71,123)
(42%,28%,48%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 71 of 255 = 28%
B 123 of 255 = 48%

107
71
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 71 + 123 = 301 (100%)
R 107 of 301 ~ 35.55%
G 71 of 301 ~ 23.59%
B 123 of 301 ~ 40.86%

%35.55
%23.59
%40.86

CMYK RENK MODELİ

#6B477B rengi CMYK tonu (13,42,0,52).

  • camgöbeği tonu 13.01%
  • eflatun tonu 42.28%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(13,42,0,52)
C13M42Y0K52 
(13%,42%,0%,52%)
(0.13/0.42/0.00/0.52)	

CMYK yüzdeleri

%13.01
%42.28
%0
%51.76

Codes

Color #6B477B in popluar color models

6B477B
RGB10771123
HSL282°26.80%38.04%
HSB/HSV282°42.28%48.24%
CMYK13.01%42.28%0.00%
51.76%

Color #6B477B in popluar number systems.

HEX6B477B
Decimal10771123
Binary110101110001111111011
Octal153107173

Shades and tints

Shades of #6B477B

#6B477B
(107,71,123)
#624170
(98,65,112)
#593B65
(89,59,101)
#50355A
(80,53,90)
#472F4F
(71,47,79)
#3E2944
(62,41,68)
#352339
(53,35,57)
#2C1D2E
(44,29,46)
#231723
(35,23,35)
#1A1118
(26,17,24)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #6B477B

#6B477B
(107,71,123)
#785787
(120,87,135)
#856793
(133,103,147)
#92779F
(146,119,159)
#9F87AB
(159,135,171)
#AC97B7
(172,151,183)
#B9A7C3
(185,167,195)
#C6B7CF
(198,183,207)
#D3C7DB
(211,199,219)
#E0D7E7
(224,215,231)
#EDE7F3
(237,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B477B color. Also use rgb(107,71,123) instead hex code.

Text Font Color

.myTextColor { color: #6B477B; }

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

This text font color is #6B477B.


Background Color

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

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

This div background color is #6B477B.


Border color

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

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

This div border color is #6B477B.


Opacity

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

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

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

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

This text has shadow with #6B477B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B477B on black background.


Color preview on white background

This text has color #6B477B on white background.



Black color preview on #6B477B background

This text has black color on #6B477B background.


White color preview on #6B477B background

This text has white color on #6B477B background.