COLOR #6B37A7

HEX: #6B37A7
RGB: (107,55,167)

Renk bilgisi

#6B37A7 contains mainly blue color. #6B37A7 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6B37A7 color RGB value is (107,55,167).

  • kırmız ton 107;
  • yeşil ton 55;
  • mavi ton 167.
RGB:
(107,55,167)
(42%,22%,65%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 55 of 255 = 22%
B 167 of 255 = 65%

107
55
167

R + G + B ~ 43%. #6B37A7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 55 + 167 = 329 (100%)
R 107 of 329 ~ 32.52%
G 55 of 329 ~ 16.72%
B 167 of 329 ~ 50.76%

%32.52
%16.72
%50.76

CMYK RENK MODELİ

#6B37A7 rengi CMYK tonu (36,67,0,35).

  • camgöbeği tonu 35.93%
  • eflatun tonu 67.07%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(36,67,0,35)
C36M67Y0K35 
(36%,67%,0%,35%)
(0.36/0.67/0.00/0.35)	

CMYK yüzdeleri

%35.93
%67.07
%0
%34.51

Codes

Color #6B37A7 in popluar color models

6B37A7
RGB10755167
HSL268°50.45%43.53%
HSB/HSV268°67.07%65.49%
CMYK35.93%67.07%0.00%
34.51%

Color #6B37A7 in popluar number systems.

HEX6B37A7
Decimal10755167
Binary110101111011110100111
Octal15367247

Shades and tints

Shades of #6B37A7

#6B37A7
(107,55,167)
#623298
(98,50,152)
#592D89
(89,45,137)
#50287A
(80,40,122)
#47236B
(71,35,107)
#3E1E5C
(62,30,92)
#35194D
(53,25,77)
#2C143E
(44,20,62)
#230F2F
(35,15,47)
#1A0A20
(26,10,32)
#110511
(17,5,17)
#000000
(0,0,0)

Tints of #6B37A7

#6B37A7
(107,55,167)
#7849AF
(120,73,175)
#855BB7
(133,91,183)
#926DBF
(146,109,191)
#9F7FC7
(159,127,199)
#AC91CF
(172,145,207)
#B9A3D7
(185,163,215)
#C6B5DF
(198,181,223)
#D3C7E7
(211,199,231)
#E0D9EF
(224,217,239)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B37A7 color. Also use rgb(107,55,167) instead hex code.

Text Font Color

.myTextColor { color: #6B37A7; }

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

This text font color is #6B37A7.


Background Color

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

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

This div background color is #6B37A7.


Border color

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

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

This div border color is #6B37A7.


Opacity

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

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

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

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

This text has shadow with #6B37A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B37A7 on black background.


Color preview on white background

This text has color #6B37A7 on white background.



Black color preview on #6B37A7 background

This text has black color on #6B37A7 background.


White color preview on #6B37A7 background

This text has white color on #6B37A7 background.