COLOR #6A8594

HEX: #6A8594
RGB: (106,133,148)

Renk bilgisi

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

RGB renk modeli

#6A8594 color RGB value is (106,133,148).

  • kırmız ton 106;
  • yeşil ton 133;
  • mavi ton 148.
RGB:
(106,133,148)
(42%,52%,58%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 133 of 255 = 52%
B 148 of 255 = 58%

106
133
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 133 + 148 = 387 (100%)
R 106 of 387 ~ 27.39%
G 133 of 387 ~ 34.37%
B 148 of 387 ~ 38.24%

%27.39
%34.37
%38.24

CMYK RENK MODELİ

#6A8594 rengi CMYK tonu (28,10,0,42).

  • camgöbeği tonu 28.38%
  • eflatun tonu 10.14%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(28,10,0,42)
C28M10Y0K42 
(28%,10%,0%,42%)
(0.28/0.10/0.00/0.42)	

CMYK yüzdeleri

%28.38
%10.14
%0
%41.96

Codes

Color #6A8594 in popluar color models

6A8594
RGB106133148
HSL201°16.54%49.80%
HSB/HSV201°28.38%58.04%
CMYK28.38%10.14%0.00%
41.96%

Color #6A8594 in popluar number systems.

HEX6A8594
Decimal106133148
Binary11010101000010110010100
Octal152205224

Shades and tints

Shades of #6A8594

#6A8594
(106,133,148)
#617987
(97,121,135)
#586D7A
(88,109,122)
#4F616D
(79,97,109)
#465560
(70,85,96)
#3D4953
(61,73,83)
#343D46
(52,61,70)
#2B3139
(43,49,57)
#22252C
(34,37,44)
#19191F
(25,25,31)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #6A8594

#6A8594
(106,133,148)
#77909D
(119,144,157)
#849BA6
(132,155,166)
#91A6AF
(145,166,175)
#9EB1B8
(158,177,184)
#ABBCC1
(171,188,193)
#B8C7CA
(184,199,202)
#C5D2D3
(197,210,211)
#D2DDDC
(210,221,220)
#DFE8E5
(223,232,229)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8594 color. Also use rgb(106,133,148) instead hex code.

Text Font Color

.myTextColor { color: #6A8594; }

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

This text font color is #6A8594.


Background Color

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

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

This div background color is #6A8594.


Border color

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

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

This div border color is #6A8594.


Opacity

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

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

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

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

This text has shadow with #6A8594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8594 on black background.


Color preview on white background

This text has color #6A8594 on white background.



Black color preview on #6A8594 background

This text has black color on #6A8594 background.


White color preview on #6A8594 background

This text has white color on #6A8594 background.