COLOR #6C7396

HEX: #6C7396
RGB: (108,115,150)

Renk bilgisi

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

RGB renk modeli

#6C7396 color RGB value is (108,115,150).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 115 of 255 = 45%
B 150 of 255 = 59%

108
115
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 115 + 150 = 373 (100%)
R 108 of 373 ~ 28.95%
G 115 of 373 ~ 30.83%
B 150 of 373 ~ 40.21%

%28.95
%30.83
%40.21

CMYK RENK MODELİ

#6C7396 rengi CMYK tonu (28,23,0,41).

  • camgöbeği tonu 28.00%
  • eflatun tonu 23.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(28,23,0,41)
C28M23Y0K41 
(28%,23%,0%,41%)
(0.28/0.23/0.00/0.41)	

CMYK yüzdeleri

%28
%23.33
%0
%41.18

Codes

Color #6C7396 in popluar color models

6C7396
RGB108115150
HSL230°16.67%50.59%
HSB/HSV230°28.00%58.82%
CMYK28.00%23.33%0.00%
41.18%

Color #6C7396 in popluar number systems.

HEX6C7396
Decimal108115150
Binary1101100111001110010110
Octal154163226

Shades and tints

Shades of #6C7396

#6C7396
(108,115,150)
#636989
(99,105,137)
#5A5F7C
(90,95,124)
#51556F
(81,85,111)
#484B62
(72,75,98)
#3F4155
(63,65,85)
#363748
(54,55,72)
#2D2D3B
(45,45,59)
#24232E
(36,35,46)
#1B1921
(27,25,33)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #6C7396

#6C7396
(108,115,150)
#797F9F
(121,127,159)
#868BA8
(134,139,168)
#9397B1
(147,151,177)
#A0A3BA
(160,163,186)
#ADAFC3
(173,175,195)
#BABBCC
(186,187,204)
#C7C7D5
(199,199,213)
#D4D3DE
(212,211,222)
#E1DFE7
(225,223,231)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7396; }

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

This text font color is #6C7396.


Background Color

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

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

This div background color is #6C7396.


Border color

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

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

This div border color is #6C7396.


Opacity

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

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

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

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

This text has shadow with #6C7396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7396 on black background.


Color preview on white background

This text has color #6C7396 on white background.



Black color preview on #6C7396 background

This text has black color on #6C7396 background.


White color preview on #6C7396 background

This text has white color on #6C7396 background.