COLOR #6C96A7

HEX: #6C96A7
RGB: (108,150,167)

Renk bilgisi

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

RGB renk modeli

#6C96A7 color RGB value is (108,150,167).

  • kırmız ton 108;
  • yeşil ton 150;
  • mavi ton 167.
RGB:
(108,150,167)
(42%,59%,65%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 150 of 255 = 59%
B 167 of 255 = 65%

108
150
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 150 + 167 = 425 (100%)
R 108 of 425 ~ 25.41%
G 150 of 425 ~ 35.29%
B 167 of 425 ~ 39.29%

%25.41
%35.29
%39.29

CMYK RENK MODELİ

#6C96A7 rengi CMYK tonu (35,10,0,35).

  • camgöbeği tonu 35.33%
  • eflatun tonu 10.18%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(35,10,0,35)
C35M10Y0K35 
(35%,10%,0%,35%)
(0.35/0.10/0.00/0.35)	

CMYK yüzdeleri

%35.33
%10.18
%0
%34.51

Codes

Color #6C96A7 in popluar color models

6C96A7
RGB108150167
HSL197°25.11%53.92%
HSB/HSV197°35.33%65.49%
CMYK35.33%10.18%0.00%
34.51%

Color #6C96A7 in popluar number systems.

HEX6C96A7
Decimal108150167
Binary11011001001011010100111
Octal154226247

Shades and tints

Shades of #6C96A7

#6C96A7
(108,150,167)
#638998
(99,137,152)
#5A7C89
(90,124,137)
#516F7A
(81,111,122)
#48626B
(72,98,107)
#3F555C
(63,85,92)
#36484D
(54,72,77)
#2D3B3E
(45,59,62)
#242E2F
(36,46,47)
#1B2120
(27,33,32)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6C96A7

#6C96A7
(108,150,167)
#799FAF
(121,159,175)
#86A8B7
(134,168,183)
#93B1BF
(147,177,191)
#A0BAC7
(160,186,199)
#ADC3CF
(173,195,207)
#BACCD7
(186,204,215)
#C7D5DF
(199,213,223)
#D4DEE7
(212,222,231)
#E1E7EF
(225,231,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C96A7 color. Also use rgb(108,150,167) instead hex code.

Text Font Color

.myTextColor { color: #6C96A7; }

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

This text font color is #6C96A7.


Background Color

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

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

This div background color is #6C96A7.


Border color

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

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

This div border color is #6C96A7.


Opacity

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

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

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

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

This text has shadow with #6C96A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C96A7 on black background.


Color preview on white background

This text has color #6C96A7 on white background.



Black color preview on #6C96A7 background

This text has black color on #6C96A7 background.


White color preview on #6C96A7 background

This text has white color on #6C96A7 background.