COLOR #6C739A

HEX: #6C739A
RGB: (108,115,154)

Renk bilgisi

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

RGB renk modeli

#6C739A color RGB value is (108,115,154).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 115 of 255 = 45%
B 154 of 255 = 60%

108
115
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 115 + 154 = 377 (100%)
R 108 of 377 ~ 28.65%
G 115 of 377 ~ 30.5%
B 154 of 377 ~ 40.85%

%28.65
%30.5
%40.85

CMYK RENK MODELİ

#6C739A rengi CMYK tonu (30,25,0,40).

  • camgöbeği tonu 29.87%
  • eflatun tonu 25.32%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(30,25,0,40)
C30M25Y0K40 
(30%,25%,0%,40%)
(0.30/0.25/0.00/0.40)	

CMYK yüzdeleri

%29.87
%25.32
%0
%39.61

Codes

Color #6C739A in popluar color models

6C739A
RGB108115154
HSL231°18.55%51.37%
HSB/HSV231°29.87%60.39%
CMYK29.87%25.32%0.00%
39.61%

Color #6C739A in popluar number systems.

HEX6C739A
Decimal108115154
Binary1101100111001110011010
Octal154163232

Shades and tints

Shades of #6C739A

#6C739A
(108,115,154)
#63698C
(99,105,140)
#5A5F7E
(90,95,126)
#515570
(81,85,112)
#484B62
(72,75,98)
#3F4154
(63,65,84)
#363746
(54,55,70)
#2D2D38
(45,45,56)
#24232A
(36,35,42)
#1B191C
(27,25,28)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #6C739A

#6C739A
(108,115,154)
#797FA3
(121,127,163)
#868BAC
(134,139,172)
#9397B5
(147,151,181)
#A0A3BE
(160,163,190)
#ADAFC7
(173,175,199)
#BABBD0
(186,187,208)
#C7C7D9
(199,199,217)
#D4D3E2
(212,211,226)
#E1DFEB
(225,223,235)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C739A; }

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

This text font color is #6C739A.


Background Color

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

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

This div background color is #6C739A.


Border color

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

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

This div border color is #6C739A.


Opacity

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

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

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

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

This text has shadow with #6C739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C739A on black background.


Color preview on white background

This text has color #6C739A on white background.



Black color preview on #6C739A background

This text has black color on #6C739A background.


White color preview on #6C739A background

This text has white color on #6C739A background.