COLOR #6B5A7D

HEX: #6B5A7D
RGB: (107,90,125)

Renk bilgisi

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

RGB renk modeli

#6B5A7D color RGB value is (107,90,125).

  • kırmız ton 107;
  • yeşil ton 90;
  • mavi ton 125.
RGB:
(107,90,125)
(42%,35%,49%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 90 of 255 = 35%
B 125 of 255 = 49%

107
90
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 90 + 125 = 322 (100%)
R 107 of 322 ~ 33.23%
G 90 of 322 ~ 27.95%
B 125 of 322 ~ 38.82%

%33.23
%27.95
%38.82

CMYK RENK MODELİ

#6B5A7D rengi CMYK tonu (14,28,0,51).

  • camgöbeği tonu 14.40%
  • eflatun tonu 28.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(14,28,0,51)
C14M28Y0K51 
(14%,28%,0%,51%)
(0.14/0.28/0.00/0.51)	

CMYK yüzdeleri

%14.4
%28
%0
%50.98

Codes

Color #6B5A7D in popluar color models

6B5A7D
RGB10790125
HSL269°16.28%42.16%
HSB/HSV269°28.00%49.02%
CMYK14.40%28.00%0.00%
50.98%

Color #6B5A7D in popluar number systems.

HEX6B5A7D
Decimal10790125
Binary110101110110101111101
Octal153132175

Shades and tints

Shades of #6B5A7D

#6B5A7D
(107,90,125)
#625272
(98,82,114)
#594A67
(89,74,103)
#50425C
(80,66,92)
#473A51
(71,58,81)
#3E3246
(62,50,70)
#352A3B
(53,42,59)
#2C2230
(44,34,48)
#231A25
(35,26,37)
#1A121A
(26,18,26)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B5A7D

#6B5A7D
(107,90,125)
#786988
(120,105,136)
#857893
(133,120,147)
#92879E
(146,135,158)
#9F96A9
(159,150,169)
#ACA5B4
(172,165,180)
#B9B4BF
(185,180,191)
#C6C3CA
(198,195,202)
#D3D2D5
(211,210,213)
#E0E1E0
(224,225,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5A7D color. Also use rgb(107,90,125) instead hex code.

Text Font Color

.myTextColor { color: #6B5A7D; }

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

This text font color is #6B5A7D.


Background Color

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

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

This div background color is #6B5A7D.


Border color

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

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

This div border color is #6B5A7D.


Opacity

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

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

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

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

This text has shadow with #6B5A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5A7D on black background.


Color preview on white background

This text has color #6B5A7D on white background.



Black color preview on #6B5A7D background

This text has black color on #6B5A7D background.


White color preview on #6B5A7D background

This text has white color on #6B5A7D background.