COLOR #6A5596

HEX: #6A5596
RGB: (106,85,150)

Renk bilgisi

#6A5596 contains mainly red and blue colors. #6A5596 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6A5596 color RGB value is (106,85,150).

  • kırmız ton 106;
  • yeşil ton 85;
  • mavi ton 150.
RGB:
(106,85,150)
(42%,33%,59%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 85 of 255 = 33%
B 150 of 255 = 59%

106
85
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 85 + 150 = 341 (100%)
R 106 of 341 ~ 31.09%
G 85 of 341 ~ 24.93%
B 150 of 341 ~ 43.99%

%31.09
%24.93
%43.99

CMYK RENK MODELİ

#6A5596 rengi CMYK tonu (29,43,0,41).

  • camgöbeği tonu 29.33%
  • eflatun tonu 43.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,43,0,41)
C29M43Y0K41 
(29%,43%,0%,41%)
(0.29/0.43/0.00/0.41)	

CMYK yüzdeleri

%29.33
%43.33
%0
%41.18

Codes

Color #6A5596 in popluar color models

6A5596
RGB10685150
HSL259°27.66%46.08%
HSB/HSV259°43.33%58.82%
CMYK29.33%43.33%0.00%
41.18%

Color #6A5596 in popluar number systems.

HEX6A5596
Decimal10685150
Binary1101010101010110010110
Octal152125226

Shades and tints

Shades of #6A5596

#6A5596
(106,85,150)
#614E89
(97,78,137)
#58477C
(88,71,124)
#4F406F
(79,64,111)
#463962
(70,57,98)
#3D3255
(61,50,85)
#342B48
(52,43,72)
#2B243B
(43,36,59)
#221D2E
(34,29,46)
#191621
(25,22,33)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #6A5596

#6A5596
(106,85,150)
#77649F
(119,100,159)
#8473A8
(132,115,168)
#9182B1
(145,130,177)
#9E91BA
(158,145,186)
#ABA0C3
(171,160,195)
#B8AFCC
(184,175,204)
#C5BED5
(197,190,213)
#D2CDDE
(210,205,222)
#DFDCE7
(223,220,231)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5596 color. Also use rgb(106,85,150) instead hex code.

Text Font Color

.myTextColor { color: #6A5596; }

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

This text font color is #6A5596.


Background Color

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

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

This div background color is #6A5596.


Border color

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

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

This div border color is #6A5596.


Opacity

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

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

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

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

This text has shadow with #6A5596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5596 on black background.


Color preview on white background

This text has color #6A5596 on white background.



Black color preview on #6A5596 background

This text has black color on #6A5596 background.


White color preview on #6A5596 background

This text has white color on #6A5596 background.