COLOR #6A8396

HEX: #6A8396
RGB: (106,131,150)

Renk bilgisi

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

RGB renk modeli

#6A8396 color RGB value is (106,131,150).

  • kırmız ton 106;
  • yeşil ton 131;
  • mavi ton 150.
RGB:
(106,131,150)
(42%,51%,59%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 131 of 255 = 51%
B 150 of 255 = 59%

106
131
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 131 + 150 = 387 (100%)
R 106 of 387 ~ 27.39%
G 131 of 387 ~ 33.85%
B 150 of 387 ~ 38.76%

%27.39
%33.85
%38.76

CMYK RENK MODELİ

#6A8396 rengi CMYK tonu (29,13,0,41).

  • camgöbeği tonu 29.33%
  • eflatun tonu 12.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(29,13,0,41)
C29M13Y0K41 
(29%,13%,0%,41%)
(0.29/0.13/0.00/0.41)	

CMYK yüzdeleri

%29.33
%12.67
%0
%41.18

Codes

Color #6A8396 in popluar color models

6A8396
RGB106131150
HSL206°17.32%50.20%
HSB/HSV206°29.33%58.82%
CMYK29.33%12.67%0.00%
41.18%

Color #6A8396 in popluar number systems.

HEX6A8396
Decimal106131150
Binary11010101000001110010110
Octal152203226

Shades and tints

Shades of #6A8396

#6A8396
(106,131,150)
#617889
(97,120,137)
#586D7C
(88,109,124)
#4F626F
(79,98,111)
#465762
(70,87,98)
#3D4C55
(61,76,85)
#344148
(52,65,72)
#2B363B
(43,54,59)
#222B2E
(34,43,46)
#192021
(25,32,33)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #6A8396

#6A8396
(106,131,150)
#778E9F
(119,142,159)
#8499A8
(132,153,168)
#91A4B1
(145,164,177)
#9EAFBA
(158,175,186)
#ABBAC3
(171,186,195)
#B8C5CC
(184,197,204)
#C5D0D5
(197,208,213)
#D2DBDE
(210,219,222)
#DFE6E7
(223,230,231)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8396 color. Also use rgb(106,131,150) instead hex code.

Text Font Color

.myTextColor { color: #6A8396; }

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

This text font color is #6A8396.


Background Color

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

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

This div background color is #6A8396.


Border color

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

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

This div border color is #6A8396.


Opacity

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

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

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

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

This text has shadow with #6A8396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8396 on black background.


Color preview on white background

This text has color #6A8396 on white background.



Black color preview on #6A8396 background

This text has black color on #6A8396 background.


White color preview on #6A8396 background

This text has white color on #6A8396 background.