COLOR #6B3463

HEX: #6B3463
RGB: (107,52,99)

Renk bilgisi

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

RGB renk modeli

#6B3463 color RGB value is (107,52,99).

  • kırmız ton 107;
  • yeşil ton 52;
  • mavi ton 99.
RGB:
(107,52,99)
(42%,20%,39%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 52 of 255 = 20%
B 99 of 255 = 39%

107
52
99

R + G + B ~ 34%. #6B3463 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 52 + 99 = 258 (100%)
R 107 of 258 ~ 41.47%
G 52 of 258 ~ 20.16%
B 99 of 258 ~ 38.37%

%41.47
%20.16
%38.37

CMYK RENK MODELİ

#6B3463 rengi CMYK tonu (0,51,7,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.40%
  • sarı tonu 7.48%
  • ana renk tonu 58.04%
CMYK:
(0,51,7,58)
C0M51Y7K58 
(0%,51%,7%,58%)
(0.00/0.51/0.07/0.58)	

CMYK yüzdeleri

%0
%51.4
%7.48
%58.04

Codes

Color #6B3463 in popluar color models

6B3463
RGB1075299
HSL309°34.59%31.18%
HSB/HSV309°51.40%41.96%
CMYK0.00%51.40%7.48%
58.04%

Color #6B3463 in popluar number systems.

HEX6B3463
Decimal1075299
Binary11010111101001100011
Octal15364143

Shades and tints

Shades of #6B3463

#6B3463
(107,52,99)
#62305A
(98,48,90)
#592C51
(89,44,81)
#502848
(80,40,72)
#47243F
(71,36,63)
#3E2036
(62,32,54)
#351C2D
(53,28,45)
#2C1824
(44,24,36)
#23141B
(35,20,27)
#1A1012
(26,16,18)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #6B3463

#6B3463
(107,52,99)
#784671
(120,70,113)
#85587F
(133,88,127)
#926A8D
(146,106,141)
#9F7C9B
(159,124,155)
#AC8EA9
(172,142,169)
#B9A0B7
(185,160,183)
#C6B2C5
(198,178,197)
#D3C4D3
(211,196,211)
#E0D6E1
(224,214,225)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3463 color. Also use rgb(107,52,99) instead hex code.

Text Font Color

.myTextColor { color: #6B3463; }

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

This text font color is #6B3463.


Background Color

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

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

This div background color is #6B3463.


Border color

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

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

This div border color is #6B3463.


Opacity

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

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

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

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

This text has shadow with #6B3463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3463 on black background.


Color preview on white background

This text has color #6B3463 on white background.



Black color preview on #6B3463 background

This text has black color on #6B3463 background.


White color preview on #6B3463 background

This text has white color on #6B3463 background.