COLOR #6C8599

HEX: #6C8599
RGB: (108,133,153)

Renk bilgisi

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

RGB renk modeli

#6C8599 color RGB value is (108,133,153).

  • kırmız ton 108;
  • yeşil ton 133;
  • mavi ton 153.
RGB:
(108,133,153)
(42%,52%,60%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 133 of 255 = 52%
B 153 of 255 = 60%

108
133
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 133 + 153 = 394 (100%)
R 108 of 394 ~ 27.41%
G 133 of 394 ~ 33.76%
B 153 of 394 ~ 38.83%

%27.41
%33.76
%38.83

CMYK RENK MODELİ

#6C8599 rengi CMYK tonu (29,13,0,40).

  • camgöbeği tonu 29.41%
  • eflatun tonu 13.07%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,13,0,40)
C29M13Y0K40 
(29%,13%,0%,40%)
(0.29/0.13/0.00/0.40)	

CMYK yüzdeleri

%29.41
%13.07
%0
%40

Codes

Color #6C8599 in popluar color models

6C8599
RGB108133153
HSL207°18.07%51.18%
HSB/HSV207°29.41%60.00%
CMYK29.41%13.07%0.00%
40.00%

Color #6C8599 in popluar number systems.

HEX6C8599
Decimal108133153
Binary11011001000010110011001
Octal154205231

Shades and tints

Shades of #6C8599

#6C8599
(108,133,153)
#63798C
(99,121,140)
#5A6D7F
(90,109,127)
#516172
(81,97,114)
#485565
(72,85,101)
#3F4958
(63,73,88)
#363D4B
(54,61,75)
#2D313E
(45,49,62)
#242531
(36,37,49)
#1B1924
(27,25,36)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #6C8599

#6C8599
(108,133,153)
#7990A2
(121,144,162)
#869BAB
(134,155,171)
#93A6B4
(147,166,180)
#A0B1BD
(160,177,189)
#ADBCC6
(173,188,198)
#BAC7CF
(186,199,207)
#C7D2D8
(199,210,216)
#D4DDE1
(212,221,225)
#E1E8EA
(225,232,234)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8599 color. Also use rgb(108,133,153) instead hex code.

Text Font Color

.myTextColor { color: #6C8599; }

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

This text font color is #6C8599.


Background Color

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

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

This div background color is #6C8599.


Border color

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

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

This div border color is #6C8599.


Opacity

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

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

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

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

This text has shadow with #6C8599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8599 on black background.


Color preview on white background

This text has color #6C8599 on white background.



Black color preview on #6C8599 background

This text has black color on #6C8599 background.


White color preview on #6C8599 background

This text has white color on #6C8599 background.