COLOR #6472A9

HEX: #6472A9
RGB: (100,114,169)

Renk bilgisi

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

RGB renk modeli

#6472A9 color RGB value is (100,114,169).

  • kırmız ton 100;
  • yeşil ton 114;
  • mavi ton 169.
RGB:
(100,114,169)
(39%,45%,66%)

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 114 of 255 = 45%
B 169 of 255 = 66%

100
114
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 114 + 169 = 383 (100%)
R 100 of 383 ~ 26.11%
G 114 of 383 ~ 29.77%
B 169 of 383 ~ 44.13%

%26.11
%29.77
%44.13

CMYK RENK MODELİ

#6472A9 rengi CMYK tonu (41,33,0,34).

  • camgöbeği tonu 40.83%
  • eflatun tonu 32.54%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(41,33,0,34)
C41M33Y0K34 
(41%,33%,0%,34%)
(0.41/0.33/0.00/0.34)	

CMYK yüzdeleri

%40.83
%32.54
%0
%33.73

Codes

Color #6472A9 in popluar color models

6472A9
RGB100114169
HSL228°28.63%52.75%
HSB/HSV228°40.83%66.27%
CMYK40.83%32.54%0.00%
33.73%

Color #6472A9 in popluar number systems.

HEX6472A9
Decimal100114169
Binary1100100111001010101001
Octal144162251

Shades and tints

Shades of #6472A9

#6472A9
(100,114,169)
#5B689A
(91,104,154)
#525E8B
(82,94,139)
#49547C
(73,84,124)
#404A6D
(64,74,109)
#37405E
(55,64,94)
#2E364F
(46,54,79)
#252C40
(37,44,64)
#1C2231
(28,34,49)
#131822
(19,24,34)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #6472A9

#6472A9
(100,114,169)
#727EB0
(114,126,176)
#808AB7
(128,138,183)
#8E96BE
(142,150,190)
#9CA2C5
(156,162,197)
#AAAECC
(170,174,204)
#B8BAD3
(184,186,211)
#C6C6DA
(198,198,218)
#D4D2E1
(212,210,225)
#E2DEE8
(226,222,232)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6472A9 color. Also use rgb(100,114,169) instead hex code.

Text Font Color

.myTextColor { color: #6472A9; }

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

This text font color is #6472A9.


Background Color

.myBgColor { background-color: #6472A9; }

<div style="background-color:#6472A9">Inner text</div>

This div background color is #6472A9.


Border color

.myBorderColor { border: 1px solid #6472A9; }

<div style="border:3px solid #6472A9">Div</div>

This div border color is #6472A9.


Opacity

.myOpacity80 { color: #6472A9; opacity: 0.8; }

<p style="color:#6472A9;opacity:0.8;">80%</p>

Text with #6472A9 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 #6472A9;}

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

This text has shadow with #6472A9 color.

.textShadow {text-shadow: 3px 3px 1px #6472A9, 3px 3px 1px red;}

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

This text has shadow with #6472A9 primary color and red secondary color.


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

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

This text has shadow with #6472A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6472A9 on black background.


Color preview on white background

This text has color #6472A9 on white background.



Black color preview on #6472A9 background

This text has black color on #6472A9 background.


White color preview on #6472A9 background

This text has white color on #6472A9 background.