COLOR #6473A5

HEX: #6473A5
RGB: (100,115,165)

Renk bilgisi

#6473A5 contains mainly green and blue colors. #6473A5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6473A5 color RGB value is (100,115,165).

  • kırmız ton 100;
  • yeşil ton 115;
  • mavi ton 165.
RGB:
(100,115,165)
(39%,45%,65%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 115 of 255 = 45%
B 165 of 255 = 65%

100
115
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 115 + 165 = 380 (100%)
R 100 of 380 ~ 26.32%
G 115 of 380 ~ 30.26%
B 165 of 380 ~ 43.42%

%26.32
%30.26
%43.42

CMYK RENK MODELİ

#6473A5 rengi CMYK tonu (39,30,0,35).

  • camgöbeği tonu 39.39%
  • eflatun tonu 30.30%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(39,30,0,35)
C39M30Y0K35 
(39%,30%,0%,35%)
(0.39/0.30/0.00/0.35)	

CMYK yüzdeleri

%39.39
%30.3
%0
%35.29

Codes

Color #6473A5 in popluar color models

6473A5
RGB100115165
HSL226°26.53%51.96%
HSB/HSV226°39.39%64.71%
CMYK39.39%30.30%0.00%
35.29%

Color #6473A5 in popluar number systems.

HEX6473A5
Decimal100115165
Binary1100100111001110100101
Octal144163245

Shades and tints

Shades of #6473A5

#6473A5
(100,115,165)
#5B6996
(91,105,150)
#525F87
(82,95,135)
#495578
(73,85,120)
#404B69
(64,75,105)
#37415A
(55,65,90)
#2E374B
(46,55,75)
#252D3C
(37,45,60)
#1C232D
(28,35,45)
#13191E
(19,25,30)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6473A5

#6473A5
(100,115,165)
#727FAD
(114,127,173)
#808BB5
(128,139,181)
#8E97BD
(142,151,189)
#9CA3C5
(156,163,197)
#AAAFCD
(170,175,205)
#B8BBD5
(184,187,213)
#C6C7DD
(198,199,221)
#D4D3E5
(212,211,229)
#E2DFED
(226,223,237)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6473A5 color. Also use rgb(100,115,165) instead hex code.

Text Font Color

.myTextColor { color: #6473A5; }

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

This text font color is #6473A5.


Background Color

.myBgColor { background-color: #6473A5; }

<div style="background-color:#6473A5">Inner text</div>

This div background color is #6473A5.


Border color

.myBorderColor { border: 1px solid #6473A5; }

<div style="border:3px solid #6473A5">Div</div>

This div border color is #6473A5.


Opacity

.myOpacity80 { color: #6473A5; opacity: 0.8; }

<p style="color:#6473A5;opacity:0.8;">80%</p>

Text with #6473A5 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 #6473A5;}

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

This text has shadow with #6473A5 color.

.textShadow {text-shadow: 3px 3px 1px #6473A5, 3px 3px 1px red;}

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

This text has shadow with #6473A5 primary color and red secondary color.


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

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

This text has shadow with #6473A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6473A5 on black background.


Color preview on white background

This text has color #6473A5 on white background.



Black color preview on #6473A5 background

This text has black color on #6473A5 background.


White color preview on #6473A5 background

This text has white color on #6473A5 background.