COLOR #6C8088

HEX: #6C8088
RGB: (108,128,136)

Renk bilgisi

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

RGB renk modeli

#6C8088 color RGB value is (108,128,136).

  • kırmız ton 108;
  • yeşil ton 128;
  • mavi ton 136.
RGB:
(108,128,136)
(42%,50%,53%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 128 of 255 = 50%
B 136 of 255 = 53%

108
128
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 128 + 136 = 372 (100%)
R 108 of 372 ~ 29.03%
G 128 of 372 ~ 34.41%
B 136 of 372 ~ 36.56%

%29.03
%34.41
%36.56

CMYK RENK MODELİ

#6C8088 rengi CMYK tonu (21,6,0,47).

  • camgöbeği tonu 20.59%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(21,6,0,47)
C21M6Y0K47 
(21%,6%,0%,47%)
(0.21/0.06/0.00/0.47)	

CMYK yüzdeleri

%20.59
%5.88
%0
%46.67

Codes

Color #6C8088 in popluar color models

6C8088
RGB108128136
HSL197°11.48%47.84%
HSB/HSV197°20.59%53.33%
CMYK20.59%5.88%0.00%
46.67%

Color #6C8088 in popluar number systems.

HEX6C8088
Decimal108128136
Binary11011001000000010001000
Octal154200210

Shades and tints

Shades of #6C8088

#6C8088
(108,128,136)
#63757C
(99,117,124)
#5A6A70
(90,106,112)
#515F64
(81,95,100)
#485458
(72,84,88)
#3F494C
(63,73,76)
#363E40
(54,62,64)
#2D3334
(45,51,52)
#242828
(36,40,40)
#1B1D1C
(27,29,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #6C8088

#6C8088
(108,128,136)
#798B92
(121,139,146)
#86969C
(134,150,156)
#93A1A6
(147,161,166)
#A0ACB0
(160,172,176)
#ADB7BA
(173,183,186)
#BAC2C4
(186,194,196)
#C7CDCE
(199,205,206)
#D4D8D8
(212,216,216)
#E1E3E2
(225,227,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8088 color. Also use rgb(108,128,136) instead hex code.

Text Font Color

.myTextColor { color: #6C8088; }

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

This text font color is #6C8088.


Background Color

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

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

This div background color is #6C8088.


Border color

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

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

This div border color is #6C8088.


Opacity

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

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

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

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

This text has shadow with #6C8088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8088 on black background.


Color preview on white background

This text has color #6C8088 on white background.



Black color preview on #6C8088 background

This text has black color on #6C8088 background.


White color preview on #6C8088 background

This text has white color on #6C8088 background.