COLOR #6499C6

HEX: #6499C6
RGB: (100,153,198)

Color info

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

RGB color model

#6499C6 color RGB value is (100,153,198).

  • red value is 100;
  • green value is 153;
  • blue value is 198.
RGB:
(100,153,198)
(39%,60%,78%)

RGB channels and saturation

R 100 of 255 = 39%
G 153 of 255 = 60%
B 198 of 255 = 78%

100
153
198

R + G + B ~ 59%. #6499C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 153 + 198 = 451 (100%)
R 100 of 451 ~ 22.17%
G 153 of 451 ~ 33.92%
B 198 of 451 ~ 43.9%

%22.17
%33.92
%43.9

CMYK color model

#6499C6 color CMYK value is (49,23,0,22).

  • cyan value is 49.49%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(49,23,0,22)
C49M23Y0K22 
(49%,23%,0%,22%)
(0.49/0.23/0.00/0.22)	

CMYK percentages

%49.49
%22.73
%0
%22.35

Codes

Color #6499C6 in popluar color models

6499C6
RGB100153198
HSL208°46.23%58.43%
HSB/HSV208°49.49%77.65%
CMYK49.49%22.73%0.00%
22.35%

Color #6499C6 in popluar number systems.

HEX6499C6
Decimal100153198
Binary11001001001100111000110
Octal144231306

Shades and tints

Shades of #6499C6

#6499C6
(100,153,198)
#5B8CB4
(91,140,180)
#527FA2
(82,127,162)
#497290
(73,114,144)
#40657E
(64,101,126)
#37586C
(55,88,108)
#2E4B5A
(46,75,90)
#253E48
(37,62,72)
#1C3136
(28,49,54)
#132424
(19,36,36)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #6499C6

#6499C6
(100,153,198)
#72A2CB
(114,162,203)
#80ABD0
(128,171,208)
#8EB4D5
(142,180,213)
#9CBDDA
(156,189,218)
#AAC6DF
(170,198,223)
#B8CFE4
(184,207,228)
#C6D8E9
(198,216,233)
#D4E1EE
(212,225,238)
#E2EAF3
(226,234,243)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6499C6 color. Also use rgb(100,153,198) instead hex code.

Text Font Color

.myTextColor { color: #6499C6; }

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

This text font color is #6499C6.


Background Color

.myBgColor { background-color: #6499C6; }

<div style="background-color:#6499C6">Inner text</div>

This div background color is #6499C6.


Border color

.myBorderColor { border: 1px solid #6499C6; }

<div style="border:3px solid #6499C6">Div</div>

This div border color is #6499C6.


Opacity

.myOpacity80 { color: #6499C6; opacity: 0.8; }

<p style="color:#6499C6;opacity:0.8;">80%</p>

Text with #6499C6 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 #6499C6;}

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

This text has shadow with #6499C6 color.

.textShadow {text-shadow: 3px 3px 1px #6499C6, 3px 3px 1px red;}

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

This text has shadow with #6499C6 primary color and red secondary color.


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

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

This text has shadow with #6499C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6499C6 on black background.


Color preview on white background

This text has color #6499C6 on white background.



Black color preview on #6499C6 background

This text has black color on #6499C6 background.


White color preview on #6499C6 background

This text has white color on #6499C6 background.