COLOR #6B5A8F

HEX: #6B5A8F
RGB: (107,90,143)

Renk bilgisi

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

RGB renk modeli

#6B5A8F color RGB value is (107,90,143).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 90 of 255 = 35%
B 143 of 255 = 56%

107
90
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 90 + 143 = 340 (100%)
R 107 of 340 ~ 31.47%
G 90 of 340 ~ 26.47%
B 143 of 340 ~ 42.06%

%31.47
%26.47
%42.06

CMYK RENK MODELİ

#6B5A8F rengi CMYK tonu (25,37,0,44).

  • camgöbeği tonu 25.17%
  • eflatun tonu 37.06%
  • sarı tonu 0.00%
  • ana renk tonu 43.92%
CMYK:
(25,37,0,44)
C25M37Y0K44 
(25%,37%,0%,44%)
(0.25/0.37/0.00/0.44)	

CMYK yüzdeleri

%25.17
%37.06
%0
%43.92

Codes

Color #6B5A8F in popluar color models

6B5A8F
RGB10790143
HSL259°22.75%45.69%
HSB/HSV259°37.06%56.08%
CMYK25.17%37.06%0.00%
43.92%

Color #6B5A8F in popluar number systems.

HEX6B5A8F
Decimal10790143
Binary1101011101101010001111
Octal153132217

Shades and tints

Shades of #6B5A8F

#6B5A8F
(107,90,143)
#625282
(98,82,130)
#594A75
(89,74,117)
#504268
(80,66,104)
#473A5B
(71,58,91)
#3E324E
(62,50,78)
#352A41
(53,42,65)
#2C2234
(44,34,52)
#231A27
(35,26,39)
#1A121A
(26,18,26)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #6B5A8F

#6B5A8F
(107,90,143)
#786999
(120,105,153)
#8578A3
(133,120,163)
#9287AD
(146,135,173)
#9F96B7
(159,150,183)
#ACA5C1
(172,165,193)
#B9B4CB
(185,180,203)
#C6C3D5
(198,195,213)
#D3D2DF
(211,210,223)
#E0E1E9
(224,225,233)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5A8F; }

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

This text font color is #6B5A8F.


Background Color

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

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

This div background color is #6B5A8F.


Border color

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

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

This div border color is #6B5A8F.


Opacity

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

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

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

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

This text has shadow with #6B5A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5A8F on black background.


Color preview on white background

This text has color #6B5A8F on white background.



Black color preview on #6B5A8F background

This text has black color on #6B5A8F background.


White color preview on #6B5A8F background

This text has white color on #6B5A8F background.