COLOR #6A8290

HEX: #6A8290
RGB: (106,130,144)

Renk bilgisi

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

RGB renk modeli

#6A8290 color RGB value is (106,130,144).

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

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 130 of 255 = 51%
B 144 of 255 = 56%

106
130
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 130 + 144 = 380 (100%)
R 106 of 380 ~ 27.89%
G 130 of 380 ~ 34.21%
B 144 of 380 ~ 37.89%

%27.89
%34.21
%37.89

CMYK RENK MODELİ

#6A8290 rengi CMYK tonu (26,10,0,44).

  • camgöbeği tonu 26.39%
  • eflatun tonu 9.72%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(26,10,0,44)
C26M10Y0K44 
(26%,10%,0%,44%)
(0.26/0.10/0.00/0.44)	

CMYK yüzdeleri

%26.39
%9.72
%0
%43.53

Codes

Color #6A8290 in popluar color models

6A8290
RGB106130144
HSL202°15.20%49.02%
HSB/HSV202°26.39%56.47%
CMYK26.39%9.72%0.00%
43.53%

Color #6A8290 in popluar number systems.

HEX6A8290
Decimal106130144
Binary11010101000001010010000
Octal152202220

Shades and tints

Shades of #6A8290

#6A8290
(106,130,144)
#617783
(97,119,131)
#586C76
(88,108,118)
#4F6169
(79,97,105)
#46565C
(70,86,92)
#3D4B4F
(61,75,79)
#344042
(52,64,66)
#2B3535
(43,53,53)
#222A28
(34,42,40)
#191F1B
(25,31,27)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6A8290

#6A8290
(106,130,144)
#778D9A
(119,141,154)
#8498A4
(132,152,164)
#91A3AE
(145,163,174)
#9EAEB8
(158,174,184)
#ABB9C2
(171,185,194)
#B8C4CC
(184,196,204)
#C5CFD6
(197,207,214)
#D2DAE0
(210,218,224)
#DFE5EA
(223,229,234)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8290; }

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

This text font color is #6A8290.


Background Color

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

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

This div background color is #6A8290.


Border color

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

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

This div border color is #6A8290.


Opacity

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

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

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

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

This text has shadow with #6A8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8290 on black background.


Color preview on white background

This text has color #6A8290 on white background.



Black color preview on #6A8290 background

This text has black color on #6A8290 background.


White color preview on #6A8290 background

This text has white color on #6A8290 background.