COLOR #6C5FB4

HEX: #6C5FB4
RGB: (108,95,180)

Renk bilgisi

#6C5FB4 contains mainly blue color. #6C5FB4 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6C5FB4 color RGB value is (108,95,180).

  • kırmız ton 108;
  • yeşil ton 95;
  • mavi ton 180.
RGB:
(108,95,180)
(42%,37%,71%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 95 of 255 = 37%
B 180 of 255 = 71%

108
95
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 95 + 180 = 383 (100%)
R 108 of 383 ~ 28.2%
G 95 of 383 ~ 24.8%
B 180 of 383 ~ 47%

%28.2
%24.8
%47

CMYK RENK MODELİ

#6C5FB4 rengi CMYK tonu (40,47,0,29).

  • camgöbeği tonu 40.00%
  • eflatun tonu 47.22%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(40,47,0,29)
C40M47Y0K29 
(40%,47%,0%,29%)
(0.40/0.47/0.00/0.29)	

CMYK yüzdeleri

%40
%47.22
%0
%29.41

Codes

Color #6C5FB4 in popluar color models

6C5FB4
RGB10895180
HSL249°36.17%53.92%
HSB/HSV249°47.22%70.59%
CMYK40.00%47.22%0.00%
29.41%

Color #6C5FB4 in popluar number systems.

HEX6C5FB4
Decimal10895180
Binary1101100101111110110100
Octal154137264

Shades and tints

Shades of #6C5FB4

#6C5FB4
(108,95,180)
#6357A4
(99,87,164)
#5A4F94
(90,79,148)
#514784
(81,71,132)
#483F74
(72,63,116)
#3F3764
(63,55,100)
#362F54
(54,47,84)
#2D2744
(45,39,68)
#241F34
(36,31,52)
#1B1724
(27,23,36)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #6C5FB4

#6C5FB4
(108,95,180)
#796DBA
(121,109,186)
#867BC0
(134,123,192)
#9389C6
(147,137,198)
#A097CC
(160,151,204)
#ADA5D2
(173,165,210)
#BAB3D8
(186,179,216)
#C7C1DE
(199,193,222)
#D4CFE4
(212,207,228)
#E1DDEA
(225,221,234)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5FB4 color. Also use rgb(108,95,180) instead hex code.

Text Font Color

.myTextColor { color: #6C5FB4; }

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

This text font color is #6C5FB4.


Background Color

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

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

This div background color is #6C5FB4.


Border color

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

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

This div border color is #6C5FB4.


Opacity

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

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

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

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

This text has shadow with #6C5FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5FB4 on black background.


Color preview on white background

This text has color #6C5FB4 on white background.



Black color preview on #6C5FB4 background

This text has black color on #6C5FB4 background.


White color preview on #6C5FB4 background

This text has white color on #6C5FB4 background.