COLOR #6C7388

HEX: #6C7388
RGB: (108,115,136)

Renk bilgisi

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

RGB renk modeli

#6C7388 color RGB value is (108,115,136).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 115 of 255 = 45%
B 136 of 255 = 53%

108
115
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 115 + 136 = 359 (100%)
R 108 of 359 ~ 30.08%
G 115 of 359 ~ 32.03%
B 136 of 359 ~ 37.88%

%30.08
%32.03
%37.88

CMYK RENK MODELİ

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

  • camgöbeği tonu 20.59%
  • eflatun tonu 15.44%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(21,15,0,47)
C21M15Y0K47 
(21%,15%,0%,47%)
(0.21/0.15/0.00/0.47)	

CMYK yüzdeleri

%20.59
%15.44
%0
%46.67

Codes

Color #6C7388 in popluar color models

6C7388
RGB108115136
HSL225°11.48%47.84%
HSB/HSV225°20.59%53.33%
CMYK20.59%15.44%0.00%
46.67%

Color #6C7388 in popluar number systems.

HEX6C7388
Decimal108115136
Binary1101100111001110001000
Octal154163210

Shades and tints

Shades of #6C7388

#6C7388
(108,115,136)
#63697C
(99,105,124)
#5A5F70
(90,95,112)
#515564
(81,85,100)
#484B58
(72,75,88)
#3F414C
(63,65,76)
#363740
(54,55,64)
#2D2D34
(45,45,52)
#242328
(36,35,40)
#1B191C
(27,25,28)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #6C7388

#6C7388
(108,115,136)
#797F92
(121,127,146)
#868B9C
(134,139,156)
#9397A6
(147,151,166)
#A0A3B0
(160,163,176)
#ADAFBA
(173,175,186)
#BABBC4
(186,187,196)
#C7C7CE
(199,199,206)
#D4D3D8
(212,211,216)
#E1DFE2
(225,223,226)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7388; }

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

This text font color is #6C7388.


Background Color

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

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

This div background color is #6C7388.


Border color

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

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

This div border color is #6C7388.


Opacity

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

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

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

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

This text has shadow with #6C7388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7388 on black background.


Color preview on white background

This text has color #6C7388 on white background.



Black color preview on #6C7388 background

This text has black color on #6C7388 background.


White color preview on #6C7388 background

This text has white color on #6C7388 background.