COLOR #6B3361

HEX: #6B3361
RGB: (107,51,97)

Renk bilgisi

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

RGB renk modeli

#6B3361 color RGB value is (107,51,97).

  • kırmız ton 107;
  • yeşil ton 51;
  • mavi ton 97.
RGB:
(107,51,97)
(42%,20%,38%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 51 of 255 = 20%
B 97 of 255 = 38%

107
51
97

R + G + B ~ 33%. #6B3361 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 51 + 97 = 255 (100%)
R 107 of 255 ~ 41.96%
G 51 of 255 ~ 20%
B 97 of 255 ~ 38.04%

%41.96
%20
%38.04

CMYK RENK MODELİ

#6B3361 rengi CMYK tonu (0,52,9,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.34%
  • sarı tonu 9.35%
  • ana renk tonu 58.04%
CMYK:
(0,52,9,58)
C0M52Y9K58 
(0%,52%,9%,58%)
(0.00/0.52/0.09/0.58)	

CMYK yüzdeleri

%0
%52.34
%9.35
%58.04

Codes

Color #6B3361 in popluar color models

6B3361
RGB1075197
HSL311°35.44%30.98%
HSB/HSV311°52.34%41.96%
CMYK0.00%52.34%9.35%
58.04%

Color #6B3361 in popluar number systems.

HEX6B3361
Decimal1075197
Binary11010111100111100001
Octal15363141

Shades and tints

Shades of #6B3361

#6B3361
(107,51,97)
#622F59
(98,47,89)
#592B51
(89,43,81)
#502749
(80,39,73)
#472341
(71,35,65)
#3E1F39
(62,31,57)
#351B31
(53,27,49)
#2C1729
(44,23,41)
#231321
(35,19,33)
#1A0F19
(26,15,25)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #6B3361

#6B3361
(107,51,97)
#78456F
(120,69,111)
#85577D
(133,87,125)
#92698B
(146,105,139)
#9F7B99
(159,123,153)
#AC8DA7
(172,141,167)
#B99FB5
(185,159,181)
#C6B1C3
(198,177,195)
#D3C3D1
(211,195,209)
#E0D5DF
(224,213,223)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3361 color. Also use rgb(107,51,97) instead hex code.

Text Font Color

.myTextColor { color: #6B3361; }

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

This text font color is #6B3361.


Background Color

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

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

This div background color is #6B3361.


Border color

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

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

This div border color is #6B3361.


Opacity

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

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

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

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

This text has shadow with #6B3361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3361 on black background.


Color preview on white background

This text has color #6B3361 on white background.



Black color preview on #6B3361 background

This text has black color on #6B3361 background.


White color preview on #6B3361 background

This text has white color on #6B3361 background.