COLOR #6377A4

HEX: #6377A4
RGB: (99,119,164)

Renk bilgisi

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

RGB renk modeli

#6377A4 color RGB value is (99,119,164).

  • kırmız ton 99;
  • yeşil ton 119;
  • mavi ton 164.
RGB:
(99,119,164)
(39%,47%,64%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 119 of 255 = 47%
B 164 of 255 = 64%

99
119
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 119 + 164 = 382 (100%)
R 99 of 382 ~ 25.92%
G 119 of 382 ~ 31.15%
B 164 of 382 ~ 42.93%

%25.92
%31.15
%42.93

CMYK RENK MODELİ

#6377A4 rengi CMYK tonu (40,27,0,36).

  • camgöbeği tonu 39.63%
  • eflatun tonu 27.44%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(40,27,0,36)
C40M27Y0K36 
(40%,27%,0%,36%)
(0.40/0.27/0.00/0.36)	

CMYK yüzdeleri

%39.63
%27.44
%0
%35.69

Codes

Color #6377A4 in popluar color models

6377A4
RGB99119164
HSL222°26.32%51.57%
HSB/HSV222°39.63%64.31%
CMYK39.63%27.44%0.00%
35.69%

Color #6377A4 in popluar number systems.

HEX6377A4
Decimal99119164
Binary1100011111011110100100
Octal143167244

Shades and tints

Shades of #6377A4

#6377A4
(99,119,164)
#5A6D96
(90,109,150)
#516388
(81,99,136)
#48597A
(72,89,122)
#3F4F6C
(63,79,108)
#36455E
(54,69,94)
#2D3B50
(45,59,80)
#243142
(36,49,66)
#1B2734
(27,39,52)
#121D26
(18,29,38)
#091318
(9,19,24)
#000000
(0,0,0)

Tints of #6377A4

#6377A4
(99,119,164)
#7183AC
(113,131,172)
#7F8FB4
(127,143,180)
#8D9BBC
(141,155,188)
#9BA7C4
(155,167,196)
#A9B3CC
(169,179,204)
#B7BFD4
(183,191,212)
#C5CBDC
(197,203,220)
#D3D7E4
(211,215,228)
#E1E3EC
(225,227,236)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6377A4 color. Also use rgb(99,119,164) instead hex code.

Text Font Color

.myTextColor { color: #6377A4; }

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

This text font color is #6377A4.


Background Color

.myBgColor { background-color: #6377A4; }

<div style="background-color:#6377A4">Inner text</div>

This div background color is #6377A4.


Border color

.myBorderColor { border: 1px solid #6377A4; }

<div style="border:3px solid #6377A4">Div</div>

This div border color is #6377A4.


Opacity

.myOpacity80 { color: #6377A4; opacity: 0.8; }

<p style="color:#6377A4;opacity:0.8;">80%</p>

Text with #6377A4 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 #6377A4;}

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

This text has shadow with #6377A4 color.

.textShadow {text-shadow: 3px 3px 1px #6377A4, 3px 3px 1px red;}

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

This text has shadow with #6377A4 primary color and red secondary color.


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

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

This text has shadow with #6377A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6377A4 on black background.


Color preview on white background

This text has color #6377A4 on white background.



Black color preview on #6377A4 background

This text has black color on #6377A4 background.


White color preview on #6377A4 background

This text has white color on #6377A4 background.