COLOR #6398AE

HEX: #6398AE
RGB: (99,152,174)

Color info

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

RGB color model

#6398AE color RGB value is (99,152,174).

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

RGB channels and saturation

R 99 of 255 = 39%
G 152 of 255 = 60%
B 174 of 255 = 68%

99
152
174

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

Portions of RGB colors in percentages

R + G + B =
99 + 152 + 174 = 425 (100%)
R 99 of 425 ~ 23.29%
G 152 of 425 ~ 35.76%
B 174 of 425 ~ 40.94%

%23.29
%35.76
%40.94

CMYK color model

#6398AE color CMYK value is (43,13,0,32).

  • cyan value is 43.10%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(43,13,0,32)
C43M13Y0K32 
(43%,13%,0%,32%)
(0.43/0.13/0.00/0.32)	

CMYK percentages

%43.1
%12.64
%0
%31.76

Codes

Color #6398AE in popluar color models

6398AE
RGB99152174
HSL198°31.65%53.53%
HSB/HSV198°43.10%68.24%
CMYK43.10%12.64%0.00%
31.76%

Color #6398AE in popluar number systems.

HEX6398AE
Decimal99152174
Binary11000111001100010101110
Octal143230256

Shades and tints

Shades of #6398AE

#6398AE
(99,152,174)
#5A8B9F
(90,139,159)
#517E90
(81,126,144)
#487181
(72,113,129)
#3F6472
(63,100,114)
#365763
(54,87,99)
#2D4A54
(45,74,84)
#243D45
(36,61,69)
#1B3036
(27,48,54)
#122327
(18,35,39)
#091618
(9,22,24)
#000000
(0,0,0)

Tints of #6398AE

#6398AE
(99,152,174)
#71A1B5
(113,161,181)
#7FAABC
(127,170,188)
#8DB3C3
(141,179,195)
#9BBCCA
(155,188,202)
#A9C5D1
(169,197,209)
#B7CED8
(183,206,216)
#C5D7DF
(197,215,223)
#D3E0E6
(211,224,230)
#E1E9ED
(225,233,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6398AE; }

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

This text font color is #6398AE.


Background Color

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

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

This div background color is #6398AE.


Border color

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

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

This div border color is #6398AE.


Opacity

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

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

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

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

This text has shadow with #6398AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6398AE on black background.


Color preview on white background

This text has color #6398AE on white background.



Black color preview on #6398AE background

This text has black color on #6398AE background.


White color preview on #6398AE background

This text has white color on #6398AE background.