COLOR #6C739B

HEX: #6C739B
RGB: (108,115,155)

Renk bilgisi

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

RGB renk modeli

#6C739B color RGB value is (108,115,155).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 115 of 255 = 45%
B 155 of 255 = 61%

108
115
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 115 + 155 = 378 (100%)
R 108 of 378 ~ 28.57%
G 115 of 378 ~ 30.42%
B 155 of 378 ~ 41.01%

%28.57
%30.42
%41.01

CMYK RENK MODELİ

#6C739B rengi CMYK tonu (30,26,0,39).

  • camgöbeği tonu 30.32%
  • eflatun tonu 25.81%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(30,26,0,39)
C30M26Y0K39 
(30%,26%,0%,39%)
(0.30/0.26/0.00/0.39)	

CMYK yüzdeleri

%30.32
%25.81
%0
%39.22

Codes

Color #6C739B in popluar color models

6C739B
RGB108115155
HSL231°19.03%51.57%
HSB/HSV231°30.32%60.78%
CMYK30.32%25.81%0.00%
39.22%

Color #6C739B in popluar number systems.

HEX6C739B
Decimal108115155
Binary1101100111001110011011
Octal154163233

Shades and tints

Shades of #6C739B

#6C739B
(108,115,155)
#63698D
(99,105,141)
#5A5F7F
(90,95,127)
#515571
(81,85,113)
#484B63
(72,75,99)
#3F4155
(63,65,85)
#363747
(54,55,71)
#2D2D39
(45,45,57)
#24232B
(36,35,43)
#1B191D
(27,25,29)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C739B

#6C739B
(108,115,155)
#797FA4
(121,127,164)
#868BAD
(134,139,173)
#9397B6
(147,151,182)
#A0A3BF
(160,163,191)
#ADAFC8
(173,175,200)
#BABBD1
(186,187,209)
#C7C7DA
(199,199,218)
#D4D3E3
(212,211,227)
#E1DFEC
(225,223,236)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C739B; }

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

This text font color is #6C739B.


Background Color

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

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

This div background color is #6C739B.


Border color

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

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

This div border color is #6C739B.


Opacity

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

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

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

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

This text has shadow with #6C739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C739B on black background.


Color preview on white background

This text has color #6C739B on white background.



Black color preview on #6C739B background

This text has black color on #6C739B background.


White color preview on #6C739B background

This text has white color on #6C739B background.