COLOR #6384A3

HEX: #6384A3
RGB: (99,132,163)

Renk bilgisi

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

RGB renk modeli

#6384A3 color RGB value is (99,132,163).

  • kırmız ton 99;
  • yeşil ton 132;
  • mavi ton 163.
RGB:
(99,132,163)
(39%,52%,64%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 132 of 255 = 52%
B 163 of 255 = 64%

99
132
163

R + G + B ~ 52%. #6384A3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 132 + 163 = 394 (100%)
R 99 of 394 ~ 25.13%
G 132 of 394 ~ 33.5%
B 163 of 394 ~ 41.37%

%25.13
%33.5
%41.37

CMYK RENK MODELİ

#6384A3 rengi CMYK tonu (39,19,0,36).

  • camgöbeği tonu 39.26%
  • eflatun tonu 19.02%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(39,19,0,36)
C39M19Y0K36 
(39%,19%,0%,36%)
(0.39/0.19/0.00/0.36)	

CMYK yüzdeleri

%39.26
%19.02
%0
%36.08

Codes

Color #6384A3 in popluar color models

6384A3
RGB99132163
HSL209°25.81%51.37%
HSB/HSV209°39.26%63.92%
CMYK39.26%19.02%0.00%
36.08%

Color #6384A3 in popluar number systems.

HEX6384A3
Decimal99132163
Binary11000111000010010100011
Octal143204243

Shades and tints

Shades of #6384A3

#6384A3
(99,132,163)
#5A7895
(90,120,149)
#516C87
(81,108,135)
#486079
(72,96,121)
#3F546B
(63,84,107)
#36485D
(54,72,93)
#2D3C4F
(45,60,79)
#243041
(36,48,65)
#1B2433
(27,36,51)
#121825
(18,24,37)
#090C17
(9,12,23)
#000000
(0,0,0)

Tints of #6384A3

#6384A3
(99,132,163)
#718FAB
(113,143,171)
#7F9AB3
(127,154,179)
#8DA5BB
(141,165,187)
#9BB0C3
(155,176,195)
#A9BBCB
(169,187,203)
#B7C6D3
(183,198,211)
#C5D1DB
(197,209,219)
#D3DCE3
(211,220,227)
#E1E7EB
(225,231,235)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6384A3 color. Also use rgb(99,132,163) instead hex code.

Text Font Color

.myTextColor { color: #6384A3; }

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

This text font color is #6384A3.


Background Color

.myBgColor { background-color: #6384A3; }

<div style="background-color:#6384A3">Inner text</div>

This div background color is #6384A3.


Border color

.myBorderColor { border: 1px solid #6384A3; }

<div style="border:3px solid #6384A3">Div</div>

This div border color is #6384A3.


Opacity

.myOpacity80 { color: #6384A3; opacity: 0.8; }

<p style="color:#6384A3;opacity:0.8;">80%</p>

Text with #6384A3 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 #6384A3;}

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

This text has shadow with #6384A3 color.

.textShadow {text-shadow: 3px 3px 1px #6384A3, 3px 3px 1px red;}

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

This text has shadow with #6384A3 primary color and red secondary color.


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

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

This text has shadow with #6384A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6384A3 on black background.


Color preview on white background

This text has color #6384A3 on white background.



Black color preview on #6384A3 background

This text has black color on #6384A3 background.


White color preview on #6384A3 background

This text has white color on #6384A3 background.