COLOR #6387AA

HEX: #6387AA
RGB: (99,135,170)

Color info

#6387AA contains mainly green and blue colors. Web safe color of #6387AA is #669999 (or #699).

RGB color model

#6387AA color RGB value is (99,135,170).

  • red value is 99;
  • green value is 135;
  • blue value is 170.
RGB:
(99,135,170)
(39%,53%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 135 of 255 = 53%
B 170 of 255 = 67%

99
135
170

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

Portions of RGB colors in percentages

R + G + B =
99 + 135 + 170 = 404 (100%)
R 99 of 404 ~ 24.5%
G 135 of 404 ~ 33.42%
B 170 of 404 ~ 42.08%

%24.5
%33.42
%42.08

CMYK color model

#6387AA color CMYK value is (42,21,0,33).

  • cyan value is 41.76%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(42,21,0,33)
C42M21Y0K33 
(42%,21%,0%,33%)
(0.42/0.21/0.00/0.33)	

CMYK percentages

%41.76
%20.59
%0
%33.33

Codes

Color #6387AA in popluar color models

6387AA
RGB99135170
HSL210°29.46%52.75%
HSB/HSV210°41.76%66.67%
CMYK41.76%20.59%0.00%
33.33%

Color #6387AA in popluar number systems.

HEX6387AA
Decimal99135170
Binary11000111000011110101010
Octal143207252

Shades and tints

Shades of #6387AA

#6387AA
(99,135,170)
#5A7B9B
(90,123,155)
#516F8C
(81,111,140)
#48637D
(72,99,125)
#3F576E
(63,87,110)
#364B5F
(54,75,95)
#2D3F50
(45,63,80)
#243341
(36,51,65)
#1B2732
(27,39,50)
#121B23
(18,27,35)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #6387AA

#6387AA
(99,135,170)
#7191B1
(113,145,177)
#7F9BB8
(127,155,184)
#8DA5BF
(141,165,191)
#9BAFC6
(155,175,198)
#A9B9CD
(169,185,205)
#B7C3D4
(183,195,212)
#C5CDDB
(197,205,219)
#D3D7E2
(211,215,226)
#E1E1E9
(225,225,233)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6387AA; }

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

This text font color is #6387AA.


Background Color

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

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

This div background color is #6387AA.


Border color

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

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

This div border color is #6387AA.


Opacity

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

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

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

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

This text has shadow with #6387AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6387AA on black background.


Color preview on white background

This text has color #6387AA on white background.



Black color preview on #6387AA background

This text has black color on #6387AA background.


White color preview on #6387AA background

This text has white color on #6387AA background.