COLOR #6B739A

HEX: #6B739A
RGB: (107,115,154)

Renk bilgisi

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

RGB renk modeli

#6B739A color RGB value is (107,115,154).

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

RGB bağlantıları ve doygunluk

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

107
115
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 115 + 154 = 376 (100%)
R 107 of 376 ~ 28.46%
G 115 of 376 ~ 30.59%
B 154 of 376 ~ 40.96%

%28.46
%30.59
%40.96

CMYK RENK MODELİ

#6B739A rengi CMYK tonu (31,25,0,40).

  • camgöbeği tonu 30.52%
  • eflatun tonu 25.32%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(31,25,0,40)
C31M25Y0K40 
(31%,25%,0%,40%)
(0.31/0.25/0.00/0.40)	

CMYK yüzdeleri

%30.52
%25.32
%0
%39.61

Codes

Color #6B739A in popluar color models

6B739A
RGB107115154
HSL230°18.88%51.18%
HSB/HSV230°30.52%60.39%
CMYK30.52%25.32%0.00%
39.61%

Color #6B739A in popluar number systems.

HEX6B739A
Decimal107115154
Binary1101011111001110011010
Octal153163232

Shades and tints

Shades of #6B739A

#6B739A
(107,115,154)
#62698C
(98,105,140)
#595F7E
(89,95,126)
#505570
(80,85,112)
#474B62
(71,75,98)
#3E4154
(62,65,84)
#353746
(53,55,70)
#2C2D38
(44,45,56)
#23232A
(35,35,42)
#1A191C
(26,25,28)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B739A

#6B739A
(107,115,154)
#787FA3
(120,127,163)
#858BAC
(133,139,172)
#9297B5
(146,151,181)
#9FA3BE
(159,163,190)
#ACAFC7
(172,175,199)
#B9BBD0
(185,187,208)
#C6C7D9
(198,199,217)
#D3D3E2
(211,211,226)
#E0DFEB
(224,223,235)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B739A; }

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

This text font color is #6B739A.


Background Color

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

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

This div background color is #6B739A.


Border color

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

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

This div border color is #6B739A.


Opacity

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

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

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

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

This text has shadow with #6B739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B739A on black background.


Color preview on white background

This text has color #6B739A on white background.



Black color preview on #6B739A background

This text has black color on #6B739A background.


White color preview on #6B739A background

This text has white color on #6B739A background.