COLOR #6398B8

HEX: #6398B8
RGB: (99,152,184)

Color info

#6398B8 contains mainly green and blue colors. Web safe color of #6398B8 is #6699CC (or #69C).

RGB color model

#6398B8 color RGB value is (99,152,184).

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

RGB channels and saturation

R 99 of 255 = 39%
G 152 of 255 = 60%
B 184 of 255 = 72%

99
152
184

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

Portions of RGB colors in percentages

R + G + B =
99 + 152 + 184 = 435 (100%)
R 99 of 435 ~ 22.76%
G 152 of 435 ~ 34.94%
B 184 of 435 ~ 42.3%

%22.76
%34.94
%42.3

CMYK color model

#6398B8 color CMYK value is (46,17,0,28).

  • cyan value is 46.20%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(46,17,0,28)
C46M17Y0K28 
(46%,17%,0%,28%)
(0.46/0.17/0.00/0.28)	

CMYK percentages

%46.2
%17.39
%0
%27.84

Codes

Color #6398B8 in popluar color models

6398B8
RGB99152184
HSL203°37.44%55.49%
HSB/HSV203°46.20%72.16%
CMYK46.20%17.39%0.00%
27.84%

Color #6398B8 in popluar number systems.

HEX6398B8
Decimal99152184
Binary11000111001100010111000
Octal143230270

Shades and tints

Shades of #6398B8

#6398B8
(99,152,184)
#5A8BA8
(90,139,168)
#517E98
(81,126,152)
#487188
(72,113,136)
#3F6478
(63,100,120)
#365768
(54,87,104)
#2D4A58
(45,74,88)
#243D48
(36,61,72)
#1B3038
(27,48,56)
#122328
(18,35,40)
#091618
(9,22,24)
#000000
(0,0,0)

Tints of #6398B8

#6398B8
(99,152,184)
#71A1BE
(113,161,190)
#7FAAC4
(127,170,196)
#8DB3CA
(141,179,202)
#9BBCD0
(155,188,208)
#A9C5D6
(169,197,214)
#B7CEDC
(183,206,220)
#C5D7E2
(197,215,226)
#D3E0E8
(211,224,232)
#E1E9EE
(225,233,238)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6398B8; }

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

This text font color is #6398B8.


Background Color

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

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

This div background color is #6398B8.


Border color

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

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

This div border color is #6398B8.


Opacity

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

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

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

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

This text has shadow with #6398B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6398B8 on black background.


Color preview on white background

This text has color #6398B8 on white background.



Black color preview on #6398B8 background

This text has black color on #6398B8 background.


White color preview on #6398B8 background

This text has white color on #6398B8 background.