COLOR #6C8299

HEX: #6C8299
RGB: (108,130,153)

Renk bilgisi

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

RGB renk modeli

#6C8299 color RGB value is (108,130,153).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 130 of 255 = 51%
B 153 of 255 = 60%

108
130
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 130 + 153 = 391 (100%)
R 108 of 391 ~ 27.62%
G 130 of 391 ~ 33.25%
B 153 of 391 ~ 39.13%

%27.62
%33.25
%39.13

CMYK RENK MODELİ

#6C8299 rengi CMYK tonu (29,15,0,40).

  • camgöbeği tonu 29.41%
  • eflatun tonu 15.03%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(29,15,0,40)
C29M15Y0K40 
(29%,15%,0%,40%)
(0.29/0.15/0.00/0.40)	

CMYK yüzdeleri

%29.41
%15.03
%0
%40

Codes

Color #6C8299 in popluar color models

6C8299
RGB108130153
HSL211°18.07%51.18%
HSB/HSV211°29.41%60.00%
CMYK29.41%15.03%0.00%
40.00%

Color #6C8299 in popluar number systems.

HEX6C8299
Decimal108130153
Binary11011001000001010011001
Octal154202231

Shades and tints

Shades of #6C8299

#6C8299
(108,130,153)
#63778C
(99,119,140)
#5A6C7F
(90,108,127)
#516172
(81,97,114)
#485665
(72,86,101)
#3F4B58
(63,75,88)
#36404B
(54,64,75)
#2D353E
(45,53,62)
#242A31
(36,42,49)
#1B1F24
(27,31,36)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #6C8299

#6C8299
(108,130,153)
#798DA2
(121,141,162)
#8698AB
(134,152,171)
#93A3B4
(147,163,180)
#A0AEBD
(160,174,189)
#ADB9C6
(173,185,198)
#BAC4CF
(186,196,207)
#C7CFD8
(199,207,216)
#D4DAE1
(212,218,225)
#E1E5EA
(225,229,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C8299; }

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

This text font color is #6C8299.


Background Color

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

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

This div background color is #6C8299.


Border color

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

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

This div border color is #6C8299.


Opacity

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

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

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

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

This text has shadow with #6C8299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8299 on black background.


Color preview on white background

This text has color #6C8299 on white background.



Black color preview on #6C8299 background

This text has black color on #6C8299 background.


White color preview on #6C8299 background

This text has white color on #6C8299 background.