COLOR #6399A5

HEX: #6399A5
RGB: (99,153,165)

Color info

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

RGB color model

#6399A5 color RGB value is (99,153,165).

  • red value is 99;
  • green value is 153;
  • blue value is 165.
RGB:
(99,153,165)
(39%,60%,65%)

RGB channels and saturation

R 99 of 255 = 39%
G 153 of 255 = 60%
B 165 of 255 = 65%

99
153
165

R + G + B ~ 55%. #6399A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 153 + 165 = 417 (100%)
R 99 of 417 ~ 23.74%
G 153 of 417 ~ 36.69%
B 165 of 417 ~ 39.57%

%23.74
%36.69
%39.57

CMYK color model

#6399A5 color CMYK value is (40,7,0,35).

  • cyan value is 40.00%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(40,7,0,35)
C40M7Y0K35 
(40%,7%,0%,35%)
(0.40/0.07/0.00/0.35)	

CMYK percentages

%40
%7.27
%0
%35.29

Codes

Color #6399A5 in popluar color models

6399A5
RGB99153165
HSL191°26.83%51.76%
HSB/HSV191°40.00%64.71%
CMYK40.00%7.27%0.00%
35.29%

Color #6399A5 in popluar number systems.

HEX6399A5
Decimal99153165
Binary11000111001100110100101
Octal143231245

Shades and tints

Shades of #6399A5

#6399A5
(99,153,165)
#5A8C96
(90,140,150)
#517F87
(81,127,135)
#487278
(72,114,120)
#3F6569
(63,101,105)
#36585A
(54,88,90)
#2D4B4B
(45,75,75)
#243E3C
(36,62,60)
#1B312D
(27,49,45)
#12241E
(18,36,30)
#09170F
(9,23,15)
#000000
(0,0,0)

Tints of #6399A5

#6399A5
(99,153,165)
#71A2AD
(113,162,173)
#7FABB5
(127,171,181)
#8DB4BD
(141,180,189)
#9BBDC5
(155,189,197)
#A9C6CD
(169,198,205)
#B7CFD5
(183,207,213)
#C5D8DD
(197,216,221)
#D3E1E5
(211,225,229)
#E1EAED
(225,234,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6399A5 color. Also use rgb(99,153,165) instead hex code.

Text Font Color

.myTextColor { color: #6399A5; }

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

This text font color is #6399A5.


Background Color

.myBgColor { background-color: #6399A5; }

<div style="background-color:#6399A5">Inner text</div>

This div background color is #6399A5.


Border color

.myBorderColor { border: 1px solid #6399A5; }

<div style="border:3px solid #6399A5">Div</div>

This div border color is #6399A5.


Opacity

.myOpacity80 { color: #6399A5; opacity: 0.8; }

<p style="color:#6399A5;opacity:0.8;">80%</p>

Text with #6399A5 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 #6399A5;}

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

This text has shadow with #6399A5 color.

.textShadow {text-shadow: 3px 3px 1px #6399A5, 3px 3px 1px red;}

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

This text has shadow with #6399A5 primary color and red secondary color.


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

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

This text has shadow with #6399A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6399A5 on black background.


Color preview on white background

This text has color #6399A5 on white background.



Black color preview on #6399A5 background

This text has black color on #6399A5 background.


White color preview on #6399A5 background

This text has white color on #6399A5 background.