COLOR #6B6E7D

HEX: #6B6E7D
RGB: (107,110,125)

Renk bilgisi

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

RGB renk modeli

#6B6E7D color RGB value is (107,110,125).

  • kırmız ton 107;
  • yeşil ton 110;
  • mavi ton 125.
RGB:
(107,110,125)
(42%,43%,49%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 110 of 255 = 43%
B 125 of 255 = 49%

107
110
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 110 + 125 = 342 (100%)
R 107 of 342 ~ 31.29%
G 110 of 342 ~ 32.16%
B 125 of 342 ~ 36.55%

%31.29
%32.16
%36.55

CMYK RENK MODELİ

#6B6E7D rengi CMYK tonu (14,12,0,51).

  • camgöbeği tonu 14.40%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(14,12,0,51)
C14M12Y0K51 
(14%,12%,0%,51%)
(0.14/0.12/0.00/0.51)	

CMYK yüzdeleri

%14.4
%12
%0
%50.98

Codes

Color #6B6E7D in popluar color models

6B6E7D
RGB107110125
HSL230°7.76%45.49%
HSB/HSV230°14.40%49.02%
CMYK14.40%12.00%0.00%
50.98%

Color #6B6E7D in popluar number systems.

HEX6B6E7D
Decimal107110125
Binary110101111011101111101
Octal153156175

Shades and tints

Shades of #6B6E7D

#6B6E7D
(107,110,125)
#626472
(98,100,114)
#595A67
(89,90,103)
#50505C
(80,80,92)
#474651
(71,70,81)
#3E3C46
(62,60,70)
#35323B
(53,50,59)
#2C2830
(44,40,48)
#231E25
(35,30,37)
#1A141A
(26,20,26)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B6E7D

#6B6E7D
(107,110,125)
#787B88
(120,123,136)
#858893
(133,136,147)
#92959E
(146,149,158)
#9FA2A9
(159,162,169)
#ACAFB4
(172,175,180)
#B9BCBF
(185,188,191)
#C6C9CA
(198,201,202)
#D3D6D5
(211,214,213)
#E0E3E0
(224,227,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6E7D color. Also use rgb(107,110,125) instead hex code.

Text Font Color

.myTextColor { color: #6B6E7D; }

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

This text font color is #6B6E7D.


Background Color

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

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

This div background color is #6B6E7D.


Border color

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

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

This div border color is #6B6E7D.


Opacity

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

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

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

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

This text has shadow with #6B6E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6E7D on black background.


Color preview on white background

This text has color #6B6E7D on white background.



Black color preview on #6B6E7D background

This text has black color on #6B6E7D background.


White color preview on #6B6E7D background

This text has white color on #6B6E7D background.