COLOR #6381A4

HEX: #6381A4
RGB: (99,129,164)

Renk bilgisi

#6381A4 contains mainly green and blue colors. #6381A4 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6381A4 color RGB value is (99,129,164).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 129 of 255 = 51%
B 164 of 255 = 64%

99
129
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 129 + 164 = 392 (100%)
R 99 of 392 ~ 25.26%
G 129 of 392 ~ 32.91%
B 164 of 392 ~ 41.84%

%25.26
%32.91
%41.84

CMYK RENK MODELİ

#6381A4 rengi CMYK tonu (40,21,0,36).

  • camgöbeği tonu 39.63%
  • eflatun tonu 21.34%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(40,21,0,36)
C40M21Y0K36 
(40%,21%,0%,36%)
(0.40/0.21/0.00/0.36)	

CMYK yüzdeleri

%39.63
%21.34
%0
%35.69

Codes

Color #6381A4 in popluar color models

6381A4
RGB99129164
HSL212°26.32%51.57%
HSB/HSV212°39.63%64.31%
CMYK39.63%21.34%0.00%
35.69%

Color #6381A4 in popluar number systems.

HEX6381A4
Decimal99129164
Binary11000111000000110100100
Octal143201244

Shades and tints

Shades of #6381A4

#6381A4
(99,129,164)
#5A7696
(90,118,150)
#516B88
(81,107,136)
#48607A
(72,96,122)
#3F556C
(63,85,108)
#364A5E
(54,74,94)
#2D3F50
(45,63,80)
#243442
(36,52,66)
#1B2934
(27,41,52)
#121E26
(18,30,38)
#091318
(9,19,24)
#000000
(0,0,0)

Tints of #6381A4

#6381A4
(99,129,164)
#718CAC
(113,140,172)
#7F97B4
(127,151,180)
#8DA2BC
(141,162,188)
#9BADC4
(155,173,196)
#A9B8CC
(169,184,204)
#B7C3D4
(183,195,212)
#C5CEDC
(197,206,220)
#D3D9E4
(211,217,228)
#E1E4EC
(225,228,236)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6381A4; }

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

This text font color is #6381A4.


Background Color

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

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

This div background color is #6381A4.


Border color

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

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

This div border color is #6381A4.


Opacity

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

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

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

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

This text has shadow with #6381A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6381A4 on black background.


Color preview on white background

This text has color #6381A4 on white background.



Black color preview on #6381A4 background

This text has black color on #6381A4 background.


White color preview on #6381A4 background

This text has white color on #6381A4 background.