COLOR #6398AC

HEX: #6398AC
RGB: (99,152,172)

Color info

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

RGB color model

#6398AC color RGB value is (99,152,172).

  • red value is 99;
  • green value is 152;
  • blue value is 172.
RGB:
(99,152,172)
(39%,60%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 152 of 255 = 60%
B 172 of 255 = 67%

99
152
172

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

Portions of RGB colors in percentages

R + G + B =
99 + 152 + 172 = 423 (100%)
R 99 of 423 ~ 23.4%
G 152 of 423 ~ 35.93%
B 172 of 423 ~ 40.66%

%23.4
%35.93
%40.66

CMYK color model

#6398AC color CMYK value is (42,12,0,33).

  • cyan value is 42.44%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(42,12,0,33)
C42M12Y0K33 
(42%,12%,0%,33%)
(0.42/0.12/0.00/0.33)	

CMYK percentages

%42.44
%11.63
%0
%32.55

Codes

Color #6398AC in popluar color models

6398AC
RGB99152172
HSL196°30.54%53.14%
HSB/HSV196°42.44%67.45%
CMYK42.44%11.63%0.00%
32.55%

Color #6398AC in popluar number systems.

HEX6398AC
Decimal99152172
Binary11000111001100010101100
Octal143230254

Shades and tints

Shades of #6398AC

#6398AC
(99,152,172)
#5A8B9D
(90,139,157)
#517E8E
(81,126,142)
#48717F
(72,113,127)
#3F6470
(63,100,112)
#365761
(54,87,97)
#2D4A52
(45,74,82)
#243D43
(36,61,67)
#1B3034
(27,48,52)
#122325
(18,35,37)
#091616
(9,22,22)
#000000
(0,0,0)

Tints of #6398AC

#6398AC
(99,152,172)
#71A1B3
(113,161,179)
#7FAABA
(127,170,186)
#8DB3C1
(141,179,193)
#9BBCC8
(155,188,200)
#A9C5CF
(169,197,207)
#B7CED6
(183,206,214)
#C5D7DD
(197,215,221)
#D3E0E4
(211,224,228)
#E1E9EB
(225,233,235)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6398AC color. Also use rgb(99,152,172) instead hex code.

Text Font Color

.myTextColor { color: #6398AC; }

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

This text font color is #6398AC.


Background Color

.myBgColor { background-color: #6398AC; }

<div style="background-color:#6398AC">Inner text</div>

This div background color is #6398AC.


Border color

.myBorderColor { border: 1px solid #6398AC; }

<div style="border:3px solid #6398AC">Div</div>

This div border color is #6398AC.


Opacity

.myOpacity80 { color: #6398AC; opacity: 0.8; }

<p style="color:#6398AC;opacity:0.8;">80%</p>

Text with #6398AC 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 #6398AC;}

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

This text has shadow with #6398AC color.

.textShadow {text-shadow: 3px 3px 1px #6398AC, 3px 3px 1px red;}

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

This text has shadow with #6398AC primary color and red secondary color.


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

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

This text has shadow with #6398AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6398AC on black background.


Color preview on white background

This text has color #6398AC on white background.



Black color preview on #6398AC background

This text has black color on #6398AC background.


White color preview on #6398AC background

This text has white color on #6398AC background.