COLOR #6E7388

HEX: #6E7388
RGB: (110,115,136)

Renk bilgisi

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

RGB renk modeli

#6E7388 color RGB value is (110,115,136).

  • kırmız ton 110;
  • yeşil ton 115;
  • mavi ton 136.
RGB:
(110,115,136)
(43%,45%,53%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 115 of 255 = 45%
B 136 of 255 = 53%

110
115
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 115 + 136 = 361 (100%)
R 110 of 361 ~ 30.47%
G 115 of 361 ~ 31.86%
B 136 of 361 ~ 37.67%

%30.47
%31.86
%37.67

CMYK RENK MODELİ

#6E7388 rengi CMYK tonu (19,15,0,47).

  • camgöbeği tonu 19.12%
  • eflatun tonu 15.44%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(19,15,0,47)
C19M15Y0K47 
(19%,15%,0%,47%)
(0.19/0.15/0.00/0.47)	

CMYK yüzdeleri

%19.12
%15.44
%0
%46.67

Codes

Color #6E7388 in popluar color models

6E7388
RGB110115136
HSL228°10.57%48.24%
HSB/HSV228°19.12%53.33%
CMYK19.12%15.44%0.00%
46.67%

Color #6E7388 in popluar number systems.

HEX6E7388
Decimal110115136
Binary1101110111001110001000
Octal156163210

Shades and tints

Shades of #6E7388

#6E7388
(110,115,136)
#64697C
(100,105,124)
#5A5F70
(90,95,112)
#505564
(80,85,100)
#464B58
(70,75,88)
#3C414C
(60,65,76)
#323740
(50,55,64)
#282D34
(40,45,52)
#1E2328
(30,35,40)
#14191C
(20,25,28)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E7388

#6E7388
(110,115,136)
#7B7F92
(123,127,146)
#888B9C
(136,139,156)
#9597A6
(149,151,166)
#A2A3B0
(162,163,176)
#AFAFBA
(175,175,186)
#BCBBC4
(188,187,196)
#C9C7CE
(201,199,206)
#D6D3D8
(214,211,216)
#E3DFE2
(227,223,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7388 color. Also use rgb(110,115,136) instead hex code.

Text Font Color

.myTextColor { color: #6E7388; }

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

This text font color is #6E7388.


Background Color

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

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

This div background color is #6E7388.


Border color

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

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

This div border color is #6E7388.


Opacity

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

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

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

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

This text has shadow with #6E7388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7388 on black background.


Color preview on white background

This text has color #6E7388 on white background.



Black color preview on #6E7388 background

This text has black color on #6E7388 background.


White color preview on #6E7388 background

This text has white color on #6E7388 background.