COLOR #6C5591

HEX: #6C5591
RGB: (108,85,145)

Renk bilgisi

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

RGB renk modeli

#6C5591 color RGB value is (108,85,145).

  • kırmız ton 108;
  • yeşil ton 85;
  • mavi ton 145.
RGB:
(108,85,145)
(42%,33%,57%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 85 of 255 = 33%
B 145 of 255 = 57%

108
85
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 85 + 145 = 338 (100%)
R 108 of 338 ~ 31.95%
G 85 of 338 ~ 25.15%
B 145 of 338 ~ 42.9%

%31.95
%25.15
%42.9

CMYK RENK MODELİ

#6C5591 rengi CMYK tonu (26,41,0,43).

  • camgöbeği tonu 25.52%
  • eflatun tonu 41.38%
  • sarı tonu 0.00%
  • ana renk tonu 43.14%
CMYK:
(26,41,0,43)
C26M41Y0K43 
(26%,41%,0%,43%)
(0.26/0.41/0.00/0.43)	

CMYK yüzdeleri

%25.52
%41.38
%0
%43.14

Codes

Color #6C5591 in popluar color models

6C5591
RGB10885145
HSL263°26.09%45.10%
HSB/HSV263°41.38%56.86%
CMYK25.52%41.38%0.00%
43.14%

Color #6C5591 in popluar number systems.

HEX6C5591
Decimal10885145
Binary1101100101010110010001
Octal154125221

Shades and tints

Shades of #6C5591

#6C5591
(108,85,145)
#634E84
(99,78,132)
#5A4777
(90,71,119)
#51406A
(81,64,106)
#48395D
(72,57,93)
#3F3250
(63,50,80)
#362B43
(54,43,67)
#2D2436
(45,36,54)
#241D29
(36,29,41)
#1B161C
(27,22,28)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C5591

#6C5591
(108,85,145)
#79649B
(121,100,155)
#8673A5
(134,115,165)
#9382AF
(147,130,175)
#A091B9
(160,145,185)
#ADA0C3
(173,160,195)
#BAAFCD
(186,175,205)
#C7BED7
(199,190,215)
#D4CDE1
(212,205,225)
#E1DCEB
(225,220,235)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5591 color. Also use rgb(108,85,145) instead hex code.

Text Font Color

.myTextColor { color: #6C5591; }

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

This text font color is #6C5591.


Background Color

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

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

This div background color is #6C5591.


Border color

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

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

This div border color is #6C5591.


Opacity

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

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

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

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

This text has shadow with #6C5591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5591 on black background.


Color preview on white background

This text has color #6C5591 on white background.



Black color preview on #6C5591 background

This text has black color on #6C5591 background.


White color preview on #6C5591 background

This text has white color on #6C5591 background.