COLOR #6C849B

HEX: #6C849B
RGB: (108,132,155)

Renk bilgisi

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

RGB renk modeli

#6C849B color RGB value is (108,132,155).

  • kırmız ton 108;
  • yeşil ton 132;
  • mavi ton 155.
RGB:
(108,132,155)
(42%,52%,61%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 132 of 255 = 52%
B 155 of 255 = 61%

108
132
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 132 + 155 = 395 (100%)
R 108 of 395 ~ 27.34%
G 132 of 395 ~ 33.42%
B 155 of 395 ~ 39.24%

%27.34
%33.42
%39.24

CMYK RENK MODELİ

#6C849B rengi CMYK tonu (30,15,0,39).

  • camgöbeği tonu 30.32%
  • eflatun tonu 14.84%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(30,15,0,39)
C30M15Y0K39 
(30%,15%,0%,39%)
(0.30/0.15/0.00/0.39)	

CMYK yüzdeleri

%30.32
%14.84
%0
%39.22

Codes

Color #6C849B in popluar color models

6C849B
RGB108132155
HSL209°19.03%51.57%
HSB/HSV209°30.32%60.78%
CMYK30.32%14.84%0.00%
39.22%

Color #6C849B in popluar number systems.

HEX6C849B
Decimal108132155
Binary11011001000010010011011
Octal154204233

Shades and tints

Shades of #6C849B

#6C849B
(108,132,155)
#63788D
(99,120,141)
#5A6C7F
(90,108,127)
#516071
(81,96,113)
#485463
(72,84,99)
#3F4855
(63,72,85)
#363C47
(54,60,71)
#2D3039
(45,48,57)
#24242B
(36,36,43)
#1B181D
(27,24,29)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C849B

#6C849B
(108,132,155)
#798FA4
(121,143,164)
#869AAD
(134,154,173)
#93A5B6
(147,165,182)
#A0B0BF
(160,176,191)
#ADBBC8
(173,187,200)
#BAC6D1
(186,198,209)
#C7D1DA
(199,209,218)
#D4DCE3
(212,220,227)
#E1E7EC
(225,231,236)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C849B color. Also use rgb(108,132,155) instead hex code.

Text Font Color

.myTextColor { color: #6C849B; }

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

This text font color is #6C849B.


Background Color

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

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

This div background color is #6C849B.


Border color

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

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

This div border color is #6C849B.


Opacity

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

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

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

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

This text has shadow with #6C849B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C849B on black background.


Color preview on white background

This text has color #6C849B on white background.



Black color preview on #6C849B background

This text has black color on #6C849B background.


White color preview on #6C849B background

This text has white color on #6C849B background.