COLOR #6A8990

HEX: #6A8990
RGB: (106,137,144)

Renk bilgisi

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

RGB renk modeli

#6A8990 color RGB value is (106,137,144).

  • kırmız ton 106;
  • yeşil ton 137;
  • mavi ton 144.
RGB:
(106,137,144)
(42%,54%,56%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 137 of 255 = 54%
B 144 of 255 = 56%

106
137
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 137 + 144 = 387 (100%)
R 106 of 387 ~ 27.39%
G 137 of 387 ~ 35.4%
B 144 of 387 ~ 37.21%

%27.39
%35.4
%37.21

CMYK RENK MODELİ

#6A8990 rengi CMYK tonu (26,5,0,44).

  • camgöbeği tonu 26.39%
  • eflatun tonu 4.86%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(26,5,0,44)
C26M5Y0K44 
(26%,5%,0%,44%)
(0.26/0.05/0.00/0.44)	

CMYK yüzdeleri

%26.39
%4.86
%0
%43.53

Codes

Color #6A8990 in popluar color models

6A8990
RGB106137144
HSL191°15.20%49.02%
HSB/HSV191°26.39%56.47%
CMYK26.39%4.86%0.00%
43.53%

Color #6A8990 in popluar number systems.

HEX6A8990
Decimal106137144
Binary11010101000100110010000
Octal152211220

Shades and tints

Shades of #6A8990

#6A8990
(106,137,144)
#617D83
(97,125,131)
#587176
(88,113,118)
#4F6569
(79,101,105)
#46595C
(70,89,92)
#3D4D4F
(61,77,79)
#344142
(52,65,66)
#2B3535
(43,53,53)
#222928
(34,41,40)
#191D1B
(25,29,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #6A8990

#6A8990
(106,137,144)
#77939A
(119,147,154)
#849DA4
(132,157,164)
#91A7AE
(145,167,174)
#9EB1B8
(158,177,184)
#ABBBC2
(171,187,194)
#B8C5CC
(184,197,204)
#C5CFD6
(197,207,214)
#D2D9E0
(210,217,224)
#DFE3EA
(223,227,234)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8990 color. Also use rgb(106,137,144) instead hex code.

Text Font Color

.myTextColor { color: #6A8990; }

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

This text font color is #6A8990.


Background Color

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

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

This div background color is #6A8990.


Border color

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

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

This div border color is #6A8990.


Opacity

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

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

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

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

This text has shadow with #6A8990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8990 on black background.


Color preview on white background

This text has color #6A8990 on white background.



Black color preview on #6A8990 background

This text has black color on #6A8990 background.


White color preview on #6A8990 background

This text has white color on #6A8990 background.