COLOR #6C949B

HEX: #6C949B
RGB: (108,148,155)

Renk bilgisi

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

RGB renk modeli

#6C949B color RGB value is (108,148,155).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 148 of 255 = 58%
B 155 of 255 = 61%

108
148
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 148 + 155 = 411 (100%)
R 108 of 411 ~ 26.28%
G 148 of 411 ~ 36.01%
B 155 of 411 ~ 37.71%

%26.28
%36.01
%37.71

CMYK RENK MODELİ

#6C949B rengi CMYK tonu (30,5,0,39).

  • camgöbeği tonu 30.32%
  • eflatun tonu 4.52%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(30,5,0,39)
C30M5Y0K39 
(30%,5%,0%,39%)
(0.30/0.05/0.00/0.39)	

CMYK yüzdeleri

%30.32
%4.52
%0
%39.22

Codes

Color #6C949B in popluar color models

6C949B
RGB108148155
HSL189°19.03%51.57%
HSB/HSV189°30.32%60.78%
CMYK30.32%4.52%0.00%
39.22%

Color #6C949B in popluar number systems.

HEX6C949B
Decimal108148155
Binary11011001001010010011011
Octal154224233

Shades and tints

Shades of #6C949B

#6C949B
(108,148,155)
#63878D
(99,135,141)
#5A7A7F
(90,122,127)
#516D71
(81,109,113)
#486063
(72,96,99)
#3F5355
(63,83,85)
#364647
(54,70,71)
#2D3939
(45,57,57)
#242C2B
(36,44,43)
#1B1F1D
(27,31,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #6C949B

#6C949B
(108,148,155)
#799DA4
(121,157,164)
#86A6AD
(134,166,173)
#93AFB6
(147,175,182)
#A0B8BF
(160,184,191)
#ADC1C8
(173,193,200)
#BACAD1
(186,202,209)
#C7D3DA
(199,211,218)
#D4DCE3
(212,220,227)
#E1E5EC
(225,229,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C949B; }

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

This text font color is #6C949B.


Background Color

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

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

This div background color is #6C949B.


Border color

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

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

This div border color is #6C949B.


Opacity

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

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

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

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

This text has shadow with #6C949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C949B on black background.


Color preview on white background

This text has color #6C949B on white background.



Black color preview on #6C949B background

This text has black color on #6C949B background.


White color preview on #6C949B background

This text has white color on #6C949B background.