COLOR #6498A6

HEX: #6498A6
RGB: (100,152,166)

Color info

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

RGB color model

#6498A6 color RGB value is (100,152,166).

  • red value is 100;
  • green value is 152;
  • blue value is 166.
RGB:
(100,152,166)
(39%,60%,65%)

RGB channels and saturation

R 100 of 255 = 39%
G 152 of 255 = 60%
B 166 of 255 = 65%

100
152
166

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

Portions of RGB colors in percentages

R + G + B =
100 + 152 + 166 = 418 (100%)
R 100 of 418 ~ 23.92%
G 152 of 418 ~ 36.36%
B 166 of 418 ~ 39.71%

%23.92
%36.36
%39.71

CMYK color model

#6498A6 color CMYK value is (40,8,0,35).

  • cyan value is 39.76%
  • magenta value is 8.43%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(40,8,0,35)
C40M8Y0K35 
(40%,8%,0%,35%)
(0.40/0.08/0.00/0.35)	

CMYK percentages

%39.76
%8.43
%0
%34.9

Codes

Color #6498A6 in popluar color models

6498A6
RGB100152166
HSL193°27.05%52.16%
HSB/HSV193°39.76%65.10%
CMYK39.76%8.43%0.00%
34.90%

Color #6498A6 in popluar number systems.

HEX6498A6
Decimal100152166
Binary11001001001100010100110
Octal144230246

Shades and tints

Shades of #6498A6

#6498A6
(100,152,166)
#5B8B97
(91,139,151)
#527E88
(82,126,136)
#497179
(73,113,121)
#40646A
(64,100,106)
#37575B
(55,87,91)
#2E4A4C
(46,74,76)
#253D3D
(37,61,61)
#1C302E
(28,48,46)
#13231F
(19,35,31)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #6498A6

#6498A6
(100,152,166)
#72A1AE
(114,161,174)
#80AAB6
(128,170,182)
#8EB3BE
(142,179,190)
#9CBCC6
(156,188,198)
#AAC5CE
(170,197,206)
#B8CED6
(184,206,214)
#C6D7DE
(198,215,222)
#D4E0E6
(212,224,230)
#E2E9EE
(226,233,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6498A6 color. Also use rgb(100,152,166) instead hex code.

Text Font Color

.myTextColor { color: #6498A6; }

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

This text font color is #6498A6.


Background Color

.myBgColor { background-color: #6498A6; }

<div style="background-color:#6498A6">Inner text</div>

This div background color is #6498A6.


Border color

.myBorderColor { border: 1px solid #6498A6; }

<div style="border:3px solid #6498A6">Div</div>

This div border color is #6498A6.


Opacity

.myOpacity80 { color: #6498A6; opacity: 0.8; }

<p style="color:#6498A6;opacity:0.8;">80%</p>

Text with #6498A6 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 #6498A6;}

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

This text has shadow with #6498A6 color.

.textShadow {text-shadow: 3px 3px 1px #6498A6, 3px 3px 1px red;}

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

This text has shadow with #6498A6 primary color and red secondary color.


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

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

This text has shadow with #6498A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6498A6 on black background.


Color preview on white background

This text has color #6498A6 on white background.



Black color preview on #6498A6 background

This text has black color on #6498A6 background.


White color preview on #6498A6 background

This text has white color on #6498A6 background.