COLOR #6E7C81

HEX: #6E7C81
RGB: (110,124,129)

Renk bilgisi

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

RGB renk modeli

#6E7C81 color RGB value is (110,124,129).

  • kırmız ton 110;
  • yeşil ton 124;
  • mavi ton 129.
RGB:
(110,124,129)
(43%,49%,51%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 124 of 255 = 49%
B 129 of 255 = 51%

110
124
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 124 + 129 = 363 (100%)
R 110 of 363 ~ 30.3%
G 124 of 363 ~ 34.16%
B 129 of 363 ~ 35.54%

%30.3
%34.16
%35.54

CMYK RENK MODELİ

#6E7C81 rengi CMYK tonu (15,4,0,49).

  • camgöbeği tonu 14.73%
  • eflatun tonu 3.88%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(15,4,0,49)
C15M4Y0K49 
(15%,4%,0%,49%)
(0.15/0.04/0.00/0.49)	

CMYK yüzdeleri

%14.73
%3.88
%0
%49.41

Codes

Color #6E7C81 in popluar color models

6E7C81
RGB110124129
HSL196°7.95%46.86%
HSB/HSV196°14.73%50.59%
CMYK14.73%3.88%0.00%
49.41%

Color #6E7C81 in popluar number systems.

HEX6E7C81
Decimal110124129
Binary1101110111110010000001
Octal156174201

Shades and tints

Shades of #6E7C81

#6E7C81
(110,124,129)
#647176
(100,113,118)
#5A666B
(90,102,107)
#505B60
(80,91,96)
#465055
(70,80,85)
#3C454A
(60,69,74)
#323A3F
(50,58,63)
#282F34
(40,47,52)
#1E2429
(30,36,41)
#14191E
(20,25,30)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #6E7C81

#6E7C81
(110,124,129)
#7B878C
(123,135,140)
#889297
(136,146,151)
#959DA2
(149,157,162)
#A2A8AD
(162,168,173)
#AFB3B8
(175,179,184)
#BCBEC3
(188,190,195)
#C9C9CE
(201,201,206)
#D6D4D9
(214,212,217)
#E3DFE4
(227,223,228)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7C81 color. Also use rgb(110,124,129) instead hex code.

Text Font Color

.myTextColor { color: #6E7C81; }

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

This text font color is #6E7C81.


Background Color

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

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

This div background color is #6E7C81.


Border color

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

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

This div border color is #6E7C81.


Opacity

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

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

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

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

This text has shadow with #6E7C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7C81 on black background.


Color preview on white background

This text has color #6E7C81 on white background.



Black color preview on #6E7C81 background

This text has black color on #6E7C81 background.


White color preview on #6E7C81 background

This text has white color on #6E7C81 background.