COLOR #6B748A

HEX: #6B748A
RGB: (107,116,138)

Renk bilgisi

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

RGB renk modeli

#6B748A color RGB value is (107,116,138).

  • kırmız ton 107;
  • yeşil ton 116;
  • mavi ton 138.
RGB:
(107,116,138)
(42%,45%,54%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 116 of 255 = 45%
B 138 of 255 = 54%

107
116
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 116 + 138 = 361 (100%)
R 107 of 361 ~ 29.64%
G 116 of 361 ~ 32.13%
B 138 of 361 ~ 38.23%

%29.64
%32.13
%38.23

CMYK RENK MODELİ

#6B748A rengi CMYK tonu (22,16,0,46).

  • camgöbeği tonu 22.46%
  • eflatun tonu 15.94%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(22,16,0,46)
C22M16Y0K46 
(22%,16%,0%,46%)
(0.22/0.16/0.00/0.46)	

CMYK yüzdeleri

%22.46
%15.94
%0
%45.88

Codes

Color #6B748A in popluar color models

6B748A
RGB107116138
HSL223°12.65%48.04%
HSB/HSV223°22.46%54.12%
CMYK22.46%15.94%0.00%
45.88%

Color #6B748A in popluar number systems.

HEX6B748A
Decimal107116138
Binary1101011111010010001010
Octal153164212

Shades and tints

Shades of #6B748A

#6B748A
(107,116,138)
#626A7E
(98,106,126)
#596072
(89,96,114)
#505666
(80,86,102)
#474C5A
(71,76,90)
#3E424E
(62,66,78)
#353842
(53,56,66)
#2C2E36
(44,46,54)
#23242A
(35,36,42)
#1A1A1E
(26,26,30)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #6B748A

#6B748A
(107,116,138)
#788094
(120,128,148)
#858C9E
(133,140,158)
#9298A8
(146,152,168)
#9FA4B2
(159,164,178)
#ACB0BC
(172,176,188)
#B9BCC6
(185,188,198)
#C6C8D0
(198,200,208)
#D3D4DA
(211,212,218)
#E0E0E4
(224,224,228)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B748A color. Also use rgb(107,116,138) instead hex code.

Text Font Color

.myTextColor { color: #6B748A; }

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

This text font color is #6B748A.


Background Color

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

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

This div background color is #6B748A.


Border color

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

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

This div border color is #6B748A.


Opacity

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

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

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

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

This text has shadow with #6B748A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B748A on black background.


Color preview on white background

This text has color #6B748A on white background.



Black color preview on #6B748A background

This text has black color on #6B748A background.


White color preview on #6B748A background

This text has white color on #6B748A background.