COLOR #6C959E

HEX: #6C959E
RGB: (108,149,158)

Renk bilgisi

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

RGB renk modeli

#6C959E color RGB value is (108,149,158).

  • kırmız ton 108;
  • yeşil ton 149;
  • mavi ton 158.
RGB:
(108,149,158)
(42%,58%,62%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 149 of 255 = 58%
B 158 of 255 = 62%

108
149
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 149 + 158 = 415 (100%)
R 108 of 415 ~ 26.02%
G 149 of 415 ~ 35.9%
B 158 of 415 ~ 38.07%

%26.02
%35.9
%38.07

CMYK RENK MODELİ

#6C959E rengi CMYK tonu (32,6,0,38).

  • camgöbeği tonu 31.65%
  • eflatun tonu 5.70%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(32,6,0,38)
C32M6Y0K38 
(32%,6%,0%,38%)
(0.32/0.06/0.00/0.38)	

CMYK yüzdeleri

%31.65
%5.7
%0
%38.04

Codes

Color #6C959E in popluar color models

6C959E
RGB108149158
HSL191°20.49%52.16%
HSB/HSV191°31.65%61.96%
CMYK31.65%5.70%0.00%
38.04%

Color #6C959E in popluar number systems.

HEX6C959E
Decimal108149158
Binary11011001001010110011110
Octal154225236

Shades and tints

Shades of #6C959E

#6C959E
(108,149,158)
#638890
(99,136,144)
#5A7B82
(90,123,130)
#516E74
(81,110,116)
#486166
(72,97,102)
#3F5458
(63,84,88)
#36474A
(54,71,74)
#2D3A3C
(45,58,60)
#242D2E
(36,45,46)
#1B2020
(27,32,32)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #6C959E

#6C959E
(108,149,158)
#799EA6
(121,158,166)
#86A7AE
(134,167,174)
#93B0B6
(147,176,182)
#A0B9BE
(160,185,190)
#ADC2C6
(173,194,198)
#BACBCE
(186,203,206)
#C7D4D6
(199,212,214)
#D4DDDE
(212,221,222)
#E1E6E6
(225,230,230)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C959E color. Also use rgb(108,149,158) instead hex code.

Text Font Color

.myTextColor { color: #6C959E; }

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

This text font color is #6C959E.


Background Color

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

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

This div background color is #6C959E.


Border color

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

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

This div border color is #6C959E.


Opacity

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

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

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

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

This text has shadow with #6C959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C959E on black background.


Color preview on white background

This text has color #6C959E on white background.



Black color preview on #6C959E background

This text has black color on #6C959E background.


White color preview on #6C959E background

This text has white color on #6C959E background.