COLOR #6499C9

HEX: #6499C9 RGB: (100,153,201)

Color info

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

RGB color model

#6499C9 color RGB value is (100,153,201).

RGB: (100,153,201) (39%, 60%, 79%)

RGB channels and saturation

R 100 of 255 = 39%
G 153 of 255 = 60%
B 201 of 255 = 79%

100
153
201

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

Portions of RGB colors in percentages

R + G + B = 100 + 153 + 201 = 454 (100%)
R 100 of 454 ~ 22.03%
G 153 of 454 ~ 33.7%
B 201 of 454 ~ 44.27'%

%22.03
%33.7
%44.27

CMYK color model

#6499C9 color CMYK value is (50,24,0,21).

  • cyan value is 50.25%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (50,24,0,21) C50M24Y0K21 (50%,24%,0%,21%) (0.50/0.24/0.00/0.21) 

CMYK percentages

%50.25
%23.88
%0
%21.18

Codes

Color #6499C9 in popluar color models

64 99 C9
RGB 100 153 201
HSL 209° 48.33% 59.02%
HSB/HSV 209° 50.25% 78.82%
CMYK 50.25% 23.88% 0.00%
21.18%

Color #6499C9 in popluar number systems.

HEX 64 99 C9
Decimal 100 153 201
Binary 1100100 10011001 11001001
Octal 144 231 311

Shades and tints

Shades of #6499C9

#6499C9
(100,153,201)
#5B8CB7
(91,140,183)
#527FA5
(82,127,165)
#497293
(73,114,147)
#406581
(64,101,129)
#37586F
(55,88,111)
#2E4B5D
(46,75,93)
#253E4B
(37,62,75)
#1C3139
(28,49,57)
#132427
(19,36,39)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #6499C9

#6499C9
(100,153,201)
#72A2CD
(114,162,205)
#80ABD1
(128,171,209)
#8EB4D5
(142,180,213)
#9CBDD9
(156,189,217)
#AAC6DD
(170,198,221)
#B8CFE1
(184,207,225)
#C6D8E5
(198,216,229)
#D4E1E9
(212,225,233)
#E2EAED
(226,234,237)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6499C9; }

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

This text font color is #6499C9.

Background Color

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

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

This div background color is #6499C9.

Border color

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

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

This div border color is #6499C9.

Opacity

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

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

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

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

This text has shadow with #6499C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6499C9.

Preview

Color preview on black background

This text has color #6499C9 on black background.


Color preview on white background

This text has color #6499C9 on white background.


Black color preview on #6499C9 background

This text has black color on #6499C9 background.


White color preview on #6499C9 background

This text has white color on #6499C9 background.


Related colors

Complementary color

Complementary color for #hex is #9B6636.


I love getcolorcode.com

Triadic colors

1 #C96499 and #99C964 with #6499C9 are triadic colors.

2 #C99964 and #9964C9 with #6499C9 are triadic colors.