COLOR #6387A0

HEX: #6387A0
RGB: (99,135,160)

Renk bilgisi

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

RGB renk modeli

#6387A0 color RGB value is (99,135,160).

  • kırmız ton 99;
  • yeşil ton 135;
  • mavi ton 160.
RGB:
(99,135,160)
(39%,53%,63%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 135 of 255 = 53%
B 160 of 255 = 63%

99
135
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 135 + 160 = 394 (100%)
R 99 of 394 ~ 25.13%
G 135 of 394 ~ 34.26%
B 160 of 394 ~ 40.61%

%25.13
%34.26
%40.61

CMYK RENK MODELİ

#6387A0 rengi CMYK tonu (38,16,0,37).

  • camgöbeği tonu 38.13%
  • eflatun tonu 15.63%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(38,16,0,37)
C38M16Y0K37 
(38%,16%,0%,37%)
(0.38/0.16/0.00/0.37)	

CMYK yüzdeleri

%38.13
%15.63
%0
%37.25

Codes

Color #6387A0 in popluar color models

6387A0
RGB99135160
HSL205°24.30%50.78%
HSB/HSV205°38.13%62.75%
CMYK38.13%15.63%0.00%
37.25%

Color #6387A0 in popluar number systems.

HEX6387A0
Decimal99135160
Binary11000111000011110100000
Octal143207240

Shades and tints

Shades of #6387A0

#6387A0
(99,135,160)
#5A7B92
(90,123,146)
#516F84
(81,111,132)
#486376
(72,99,118)
#3F5768
(63,87,104)
#364B5A
(54,75,90)
#2D3F4C
(45,63,76)
#24333E
(36,51,62)
#1B2730
(27,39,48)
#121B22
(18,27,34)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #6387A0

#6387A0
(99,135,160)
#7191A8
(113,145,168)
#7F9BB0
(127,155,176)
#8DA5B8
(141,165,184)
#9BAFC0
(155,175,192)
#A9B9C8
(169,185,200)
#B7C3D0
(183,195,208)
#C5CDD8
(197,205,216)
#D3D7E0
(211,215,224)
#E1E1E8
(225,225,232)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6387A0 color. Also use rgb(99,135,160) instead hex code.

Text Font Color

.myTextColor { color: #6387A0; }

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

This text font color is #6387A0.


Background Color

.myBgColor { background-color: #6387A0; }

<div style="background-color:#6387A0">Inner text</div>

This div background color is #6387A0.


Border color

.myBorderColor { border: 1px solid #6387A0; }

<div style="border:3px solid #6387A0">Div</div>

This div border color is #6387A0.


Opacity

.myOpacity80 { color: #6387A0; opacity: 0.8; }

<p style="color:#6387A0;opacity:0.8;">80%</p>

Text with #6387A0 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 #6387A0;}

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

This text has shadow with #6387A0 color.

.textShadow {text-shadow: 3px 3px 1px #6387A0, 3px 3px 1px red;}

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

This text has shadow with #6387A0 primary color and red secondary color.


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

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

This text has shadow with #6387A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6387A0 on black background.


Color preview on white background

This text has color #6387A0 on white background.



Black color preview on #6387A0 background

This text has black color on #6387A0 background.


White color preview on #6387A0 background

This text has white color on #6387A0 background.