COLOR #6E71B6

HEX: #6E71B6
RGB: (110,113,182)

Renk bilgisi

#6E71B6 contains mainly blue color. #6E71B6 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6E71B6 color RGB value is (110,113,182).

  • kırmız ton 110;
  • yeşil ton 113;
  • mavi ton 182.
RGB:
(110,113,182)
(43%,44%,71%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 113 of 255 = 44%
B 182 of 255 = 71%

110
113
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 113 + 182 = 405 (100%)
R 110 of 405 ~ 27.16%
G 113 of 405 ~ 27.9%
B 182 of 405 ~ 44.94%

%27.16
%27.9
%44.94

CMYK RENK MODELİ

#6E71B6 rengi CMYK tonu (40,38,0,29).

  • camgöbeği tonu 39.56%
  • eflatun tonu 37.91%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(40,38,0,29)
C40M38Y0K29 
(40%,38%,0%,29%)
(0.40/0.38/0.00/0.29)	

CMYK yüzdeleri

%39.56
%37.91
%0
%28.63

Codes

Color #6E71B6 in popluar color models

6E71B6
RGB110113182
HSL238°33.03%57.25%
HSB/HSV238°39.56%71.37%
CMYK39.56%37.91%0.00%
28.63%

Color #6E71B6 in popluar number systems.

HEX6E71B6
Decimal110113182
Binary1101110111000110110110
Octal156161266

Shades and tints

Shades of #6E71B6

#6E71B6
(110,113,182)
#6467A6
(100,103,166)
#5A5D96
(90,93,150)
#505386
(80,83,134)
#464976
(70,73,118)
#3C3F66
(60,63,102)
#323556
(50,53,86)
#282B46
(40,43,70)
#1E2136
(30,33,54)
#141726
(20,23,38)
#0A0D16
(10,13,22)
#000000
(0,0,0)

Tints of #6E71B6

#6E71B6
(110,113,182)
#7B7DBC
(123,125,188)
#8889C2
(136,137,194)
#9595C8
(149,149,200)
#A2A1CE
(162,161,206)
#AFADD4
(175,173,212)
#BCB9DA
(188,185,218)
#C9C5E0
(201,197,224)
#D6D1E6
(214,209,230)
#E3DDEC
(227,221,236)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E71B6 color. Also use rgb(110,113,182) instead hex code.

Text Font Color

.myTextColor { color: #6E71B6; }

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

This text font color is #6E71B6.


Background Color

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

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

This div background color is #6E71B6.


Border color

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

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

This div border color is #6E71B6.


Opacity

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

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

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

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

This text has shadow with #6E71B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E71B6 on black background.


Color preview on white background

This text has color #6E71B6 on white background.



Black color preview on #6E71B6 background

This text has black color on #6E71B6 background.


White color preview on #6E71B6 background

This text has white color on #6E71B6 background.