COLOR #6B315D

HEX: #6B315D
RGB: (107,49,93)

Renk bilgisi

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

RGB renk modeli

#6B315D color RGB value is (107,49,93).

  • kırmız ton 107;
  • yeşil ton 49;
  • mavi ton 93.
RGB:
(107,49,93)
(42%,19%,36%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 49 of 255 = 19%
B 93 of 255 = 36%

107
49
93

R + G + B ~ 32%. #6B315D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 49 + 93 = 249 (100%)
R 107 of 249 ~ 42.97%
G 49 of 249 ~ 19.68%
B 93 of 249 ~ 37.35%

%42.97
%19.68
%37.35

CMYK RENK MODELİ

#6B315D rengi CMYK tonu (0,54,13,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.21%
  • sarı tonu 13.08%
  • ana renk tonu 58.04%
CMYK:
(0,54,13,58)
C0M54Y13K58 
(0%,54%,13%,58%)
(0.00/0.54/0.13/0.58)	

CMYK yüzdeleri

%0
%54.21
%13.08
%58.04

Codes

Color #6B315D in popluar color models

6B315D
RGB1074993
HSL314°37.18%30.59%
HSB/HSV314°54.21%41.96%
CMYK0.00%54.21%13.08%
58.04%

Color #6B315D in popluar number systems.

HEX6B315D
Decimal1074993
Binary11010111100011011101
Octal15361135

Shades and tints

Shades of #6B315D

#6B315D
(107,49,93)
#622D55
(98,45,85)
#59294D
(89,41,77)
#502545
(80,37,69)
#47213D
(71,33,61)
#3E1D35
(62,29,53)
#35192D
(53,25,45)
#2C1525
(44,21,37)
#23111D
(35,17,29)
#1A0D15
(26,13,21)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #6B315D

#6B315D
(107,49,93)
#78436B
(120,67,107)
#855579
(133,85,121)
#926787
(146,103,135)
#9F7995
(159,121,149)
#AC8BA3
(172,139,163)
#B99DB1
(185,157,177)
#C6AFBF
(198,175,191)
#D3C1CD
(211,193,205)
#E0D3DB
(224,211,219)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B315D color. Also use rgb(107,49,93) instead hex code.

Text Font Color

.myTextColor { color: #6B315D; }

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

This text font color is #6B315D.


Background Color

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

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

This div background color is #6B315D.


Border color

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

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

This div border color is #6B315D.


Opacity

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

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

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

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

This text has shadow with #6B315D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B315D on black background.


Color preview on white background

This text has color #6B315D on white background.



Black color preview on #6B315D background

This text has black color on #6B315D background.


White color preview on #6B315D background

This text has white color on #6B315D background.