COLOR #6C84B3

HEX: #6C84B3
RGB: (108,132,179)

Renk bilgisi

#6C84B3 contains mainly green and blue colors. #6C84B3 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6C84B3 color RGB value is (108,132,179).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 132 of 255 = 52%
B 179 of 255 = 70%

108
132
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 132 + 179 = 419 (100%)
R 108 of 419 ~ 25.78%
G 132 of 419 ~ 31.5%
B 179 of 419 ~ 42.72%

%25.78
%31.5
%42.72

CMYK RENK MODELİ

#6C84B3 rengi CMYK tonu (40,26,0,30).

  • camgöbeği tonu 39.66%
  • eflatun tonu 26.26%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(40,26,0,30)
C40M26Y0K30 
(40%,26%,0%,30%)
(0.40/0.26/0.00/0.30)	

CMYK yüzdeleri

%39.66
%26.26
%0
%29.8

Codes

Color #6C84B3 in popluar color models

6C84B3
RGB108132179
HSL220°31.84%56.27%
HSB/HSV220°39.66%70.20%
CMYK39.66%26.26%0.00%
29.80%

Color #6C84B3 in popluar number systems.

HEX6C84B3
Decimal108132179
Binary11011001000010010110011
Octal154204263

Shades and tints

Shades of #6C84B3

#6C84B3
(108,132,179)
#6378A3
(99,120,163)
#5A6C93
(90,108,147)
#516083
(81,96,131)
#485473
(72,84,115)
#3F4863
(63,72,99)
#363C53
(54,60,83)
#2D3043
(45,48,67)
#242433
(36,36,51)
#1B1823
(27,24,35)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #6C84B3

#6C84B3
(108,132,179)
#798FB9
(121,143,185)
#869ABF
(134,154,191)
#93A5C5
(147,165,197)
#A0B0CB
(160,176,203)
#ADBBD1
(173,187,209)
#BAC6D7
(186,198,215)
#C7D1DD
(199,209,221)
#D4DCE3
(212,220,227)
#E1E7E9
(225,231,233)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C84B3; }

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

This text font color is #6C84B3.


Background Color

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

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

This div background color is #6C84B3.


Border color

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

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

This div border color is #6C84B3.


Opacity

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

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

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

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

This text has shadow with #6C84B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C84B3 on black background.


Color preview on white background

This text has color #6C84B3 on white background.



Black color preview on #6C84B3 background

This text has black color on #6C84B3 background.


White color preview on #6C84B3 background

This text has white color on #6C84B3 background.