COLOR #6C5685

HEX: #6C5685
RGB: (108,86,133)

Renk bilgisi

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

RGB renk modeli

#6C5685 color RGB value is (108,86,133).

  • kırmız ton 108;
  • yeşil ton 86;
  • mavi ton 133.
RGB:
(108,86,133)
(42%,34%,52%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 86 of 255 = 34%
B 133 of 255 = 52%

108
86
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 86 + 133 = 327 (100%)
R 108 of 327 ~ 33.03%
G 86 of 327 ~ 26.3%
B 133 of 327 ~ 40.67%

%33.03
%26.3
%40.67

CMYK RENK MODELİ

#6C5685 rengi CMYK tonu (19,35,0,48).

  • camgöbeği tonu 18.80%
  • eflatun tonu 35.34%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(19,35,0,48)
C19M35Y0K48 
(19%,35%,0%,48%)
(0.19/0.35/0.00/0.48)	

CMYK yüzdeleri

%18.8
%35.34
%0
%47.84

Codes

Color #6C5685 in popluar color models

6C5685
RGB10886133
HSL268°21.46%42.94%
HSB/HSV268°35.34%52.16%
CMYK18.80%35.34%0.00%
47.84%

Color #6C5685 in popluar number systems.

HEX6C5685
Decimal10886133
Binary1101100101011010000101
Octal154126205

Shades and tints

Shades of #6C5685

#6C5685
(108,86,133)
#634F79
(99,79,121)
#5A486D
(90,72,109)
#514161
(81,65,97)
#483A55
(72,58,85)
#3F3349
(63,51,73)
#362C3D
(54,44,61)
#2D2531
(45,37,49)
#241E25
(36,30,37)
#1B1719
(27,23,25)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C5685

#6C5685
(108,86,133)
#796590
(121,101,144)
#86749B
(134,116,155)
#9383A6
(147,131,166)
#A092B1
(160,146,177)
#ADA1BC
(173,161,188)
#BAB0C7
(186,176,199)
#C7BFD2
(199,191,210)
#D4CEDD
(212,206,221)
#E1DDE8
(225,221,232)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5685 color. Also use rgb(108,86,133) instead hex code.

Text Font Color

.myTextColor { color: #6C5685; }

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

This text font color is #6C5685.


Background Color

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

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

This div background color is #6C5685.


Border color

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

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

This div border color is #6C5685.


Opacity

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

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

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

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

This text has shadow with #6C5685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5685 on black background.


Color preview on white background

This text has color #6C5685 on white background.



Black color preview on #6C5685 background

This text has black color on #6C5685 background.


White color preview on #6C5685 background

This text has white color on #6C5685 background.