COLOR #6466A9

HEX: #6466A9
RGB: (100,102,169)

Renk bilgisi

#6466A9 contains mainly blue color. #6466A9 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6466A9 color RGB value is (100,102,169).

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

RGB bağlantıları ve doygunluk

R 100 of 255 = 39%
G 102 of 255 = 40%
B 169 of 255 = 66%

100
102
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
100 + 102 + 169 = 371 (100%)
R 100 of 371 ~ 26.95%
G 102 of 371 ~ 27.49%
B 169 of 371 ~ 45.55%

%26.95
%27.49
%45.55

CMYK RENK MODELİ

#6466A9 rengi CMYK tonu (41,40,0,34).

  • camgöbeği tonu 40.83%
  • eflatun tonu 39.64%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(41,40,0,34)
C41M40Y0K34 
(41%,40%,0%,34%)
(0.41/0.40/0.00/0.34)	

CMYK yüzdeleri

%40.83
%39.64
%0
%33.73

Codes

Color #6466A9 in popluar color models

6466A9
RGB100102169
HSL238°28.63%52.75%
HSB/HSV238°40.83%66.27%
CMYK40.83%39.64%0.00%
33.73%

Color #6466A9 in popluar number systems.

HEX6466A9
Decimal100102169
Binary1100100110011010101001
Octal144146251

Shades and tints

Shades of #6466A9

#6466A9
(100,102,169)
#5B5D9A
(91,93,154)
#52548B
(82,84,139)
#494B7C
(73,75,124)
#40426D
(64,66,109)
#37395E
(55,57,94)
#2E304F
(46,48,79)
#252740
(37,39,64)
#1C1E31
(28,30,49)
#131522
(19,21,34)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #6466A9

#6466A9
(100,102,169)
#7273B0
(114,115,176)
#8080B7
(128,128,183)
#8E8DBE
(142,141,190)
#9C9AC5
(156,154,197)
#AAA7CC
(170,167,204)
#B8B4D3
(184,180,211)
#C6C1DA
(198,193,218)
#D4CEE1
(212,206,225)
#E2DBE8
(226,219,232)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6466A9; }

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

This text font color is #6466A9.


Background Color

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

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

This div background color is #6466A9.


Border color

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

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

This div border color is #6466A9.


Opacity

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

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

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

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

This text has shadow with #6466A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6466A9 on black background.


Color preview on white background

This text has color #6466A9 on white background.



Black color preview on #6466A9 background

This text has black color on #6466A9 background.


White color preview on #6466A9 background

This text has white color on #6466A9 background.