COLOR #6395A4

HEX: #6395A4
RGB: (99,149,164)

Renk bilgisi

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

RGB renk modeli

#6395A4 color RGB value is (99,149,164).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 149 of 255 = 58%
B 164 of 255 = 64%

99
149
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 149 + 164 = 412 (100%)
R 99 of 412 ~ 24.03%
G 149 of 412 ~ 36.17%
B 164 of 412 ~ 39.81%

%24.03
%36.17
%39.81

CMYK RENK MODELİ

#6395A4 rengi CMYK tonu (40,9,0,36).

  • camgöbeği tonu 39.63%
  • eflatun tonu 9.15%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(40,9,0,36)
C40M9Y0K36 
(40%,9%,0%,36%)
(0.40/0.09/0.00/0.36)	

CMYK yüzdeleri

%39.63
%9.15
%0
%35.69

Codes

Color #6395A4 in popluar color models

6395A4
RGB99149164
HSL194°26.32%51.57%
HSB/HSV194°39.63%64.31%
CMYK39.63%9.15%0.00%
35.69%

Color #6395A4 in popluar number systems.

HEX6395A4
Decimal99149164
Binary11000111001010110100100
Octal143225244

Shades and tints

Shades of #6395A4

#6395A4
(99,149,164)
#5A8896
(90,136,150)
#517B88
(81,123,136)
#486E7A
(72,110,122)
#3F616C
(63,97,108)
#36545E
(54,84,94)
#2D4750
(45,71,80)
#243A42
(36,58,66)
#1B2D34
(27,45,52)
#122026
(18,32,38)
#091318
(9,19,24)
#000000
(0,0,0)

Tints of #6395A4

#6395A4
(99,149,164)
#719EAC
(113,158,172)
#7FA7B4
(127,167,180)
#8DB0BC
(141,176,188)
#9BB9C4
(155,185,196)
#A9C2CC
(169,194,204)
#B7CBD4
(183,203,212)
#C5D4DC
(197,212,220)
#D3DDE4
(211,221,228)
#E1E6EC
(225,230,236)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6395A4; }

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

This text font color is #6395A4.


Background Color

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

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

This div background color is #6395A4.


Border color

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

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

This div border color is #6395A4.


Opacity

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

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

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

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

This text has shadow with #6395A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6395A4 on black background.


Color preview on white background

This text has color #6395A4 on white background.



Black color preview on #6395A4 background

This text has black color on #6395A4 background.


White color preview on #6395A4 background

This text has white color on #6395A4 background.