COLOR #6A5988

HEX: #6A5988
RGB: (106,89,136)

Renk bilgisi

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

RGB renk modeli

#6A5988 color RGB value is (106,89,136).

  • kırmız ton 106;
  • yeşil ton 89;
  • mavi ton 136.
RGB:
(106,89,136)
(42%,35%,53%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 89 of 255 = 35%
B 136 of 255 = 53%

106
89
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 89 + 136 = 331 (100%)
R 106 of 331 ~ 32.02%
G 89 of 331 ~ 26.89%
B 136 of 331 ~ 41.09%

%32.02
%26.89
%41.09

CMYK RENK MODELİ

#6A5988 rengi CMYK tonu (22,35,0,47).

  • camgöbeği tonu 22.06%
  • eflatun tonu 34.56%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(22,35,0,47)
C22M35Y0K47 
(22%,35%,0%,47%)
(0.22/0.35/0.00/0.47)	

CMYK yüzdeleri

%22.06
%34.56
%0
%46.67

Codes

Color #6A5988 in popluar color models

6A5988
RGB10689136
HSL262°20.89%44.12%
HSB/HSV262°34.56%53.33%
CMYK22.06%34.56%0.00%
46.67%

Color #6A5988 in popluar number systems.

HEX6A5988
Decimal10689136
Binary1101010101100110001000
Octal152131210

Shades and tints

Shades of #6A5988

#6A5988
(106,89,136)
#61517C
(97,81,124)
#584970
(88,73,112)
#4F4164
(79,65,100)
#463958
(70,57,88)
#3D314C
(61,49,76)
#342940
(52,41,64)
#2B2134
(43,33,52)
#221928
(34,25,40)
#19111C
(25,17,28)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #6A5988

#6A5988
(106,89,136)
#776892
(119,104,146)
#84779C
(132,119,156)
#9186A6
(145,134,166)
#9E95B0
(158,149,176)
#ABA4BA
(171,164,186)
#B8B3C4
(184,179,196)
#C5C2CE
(197,194,206)
#D2D1D8
(210,209,216)
#DFE0E2
(223,224,226)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5988 color. Also use rgb(106,89,136) instead hex code.

Text Font Color

.myTextColor { color: #6A5988; }

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

This text font color is #6A5988.


Background Color

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

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

This div background color is #6A5988.


Border color

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

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

This div border color is #6A5988.


Opacity

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

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

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

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

This text has shadow with #6A5988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5988 on black background.


Color preview on white background

This text has color #6A5988 on white background.



Black color preview on #6A5988 background

This text has black color on #6A5988 background.


White color preview on #6A5988 background

This text has white color on #6A5988 background.