COLOR #6396AF

HEX: #6396AF
RGB: (99,150,175)

Color info

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

RGB color model

#6396AF color RGB value is (99,150,175).

  • red value is 99;
  • green value is 150;
  • blue value is 175.
RGB:
(99,150,175)
(39%,59%,69%)

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 175 of 255 = 69%

99
150
175

R + G + B ~ 56%. #6396AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 150 + 175 = 424 (100%)
R 99 of 424 ~ 23.35%
G 150 of 424 ~ 35.38%
B 175 of 424 ~ 41.27%

%23.35
%35.38
%41.27

CMYK color model

#6396AF color CMYK value is (43,14,0,31).

  • cyan value is 43.43%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(43,14,0,31)
C43M14Y0K31 
(43%,14%,0%,31%)
(0.43/0.14/0.00/0.31)	

CMYK percentages

%43.43
%14.29
%0
%31.37

Codes

Color #6396AF in popluar color models

6396AF
RGB99150175
HSL200°32.20%53.73%
HSB/HSV200°43.43%68.63%
CMYK43.43%14.29%0.00%
31.37%

Color #6396AF in popluar number systems.

HEX6396AF
Decimal99150175
Binary11000111001011010101111
Octal143226257

Shades and tints

Shades of #6396AF

#6396AF
(99,150,175)
#5A89A0
(90,137,160)
#517C91
(81,124,145)
#486F82
(72,111,130)
#3F6273
(63,98,115)
#365564
(54,85,100)
#2D4855
(45,72,85)
#243B46
(36,59,70)
#1B2E37
(27,46,55)
#122128
(18,33,40)
#091419
(9,20,25)
#000000
(0,0,0)

Tints of #6396AF

#6396AF
(99,150,175)
#719FB6
(113,159,182)
#7FA8BD
(127,168,189)
#8DB1C4
(141,177,196)
#9BBACB
(155,186,203)
#A9C3D2
(169,195,210)
#B7CCD9
(183,204,217)
#C5D5E0
(197,213,224)
#D3DEE7
(211,222,231)
#E1E7EE
(225,231,238)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6396AF color. Also use rgb(99,150,175) instead hex code.

Text Font Color

.myTextColor { color: #6396AF; }

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

This text font color is #6396AF.


Background Color

.myBgColor { background-color: #6396AF; }

<div style="background-color:#6396AF">Inner text</div>

This div background color is #6396AF.


Border color

.myBorderColor { border: 1px solid #6396AF; }

<div style="border:3px solid #6396AF">Div</div>

This div border color is #6396AF.


Opacity

.myOpacity80 { color: #6396AF; opacity: 0.8; }

<p style="color:#6396AF;opacity:0.8;">80%</p>

Text with #6396AF 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 #6396AF;}

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

This text has shadow with #6396AF color.

.textShadow {text-shadow: 3px 3px 1px #6396AF, 3px 3px 1px red;}

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

This text has shadow with #6396AF primary color and red secondary color.


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

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

This text has shadow with #6396AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6396AF on black background.


Color preview on white background

This text has color #6396AF on white background.



Black color preview on #6396AF background

This text has black color on #6396AF background.


White color preview on #6396AF background

This text has white color on #6396AF background.