COLOR #6492DF

HEX: #6492DF RGB: (100,146,223)

Color info

#6492DF contains mainly blue color. Web safe color of #6492DF is #6699CC (or #69C).

RGB color model

#6492DF color RGB value is (100,146,223).

RGB: (100,146,223) (39%, 57%, 87%)

RGB channels and saturation

R 100 of 255 = 39%
G 146 of 255 = 57%
B 223 of 255 = 87%

100
146
223

R + G + B ~ 61%. #6492DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 100 + 146 + 223 = 469 (100%)
R 100 of 469 ~ 21.32%
G 146 of 469 ~ 31.13%
B 223 of 469 ~ 47.55'%

%21.32
%31.13
%47.55

CMYK color model

#6492DF color CMYK value is (55,35,0,13).

  • cyan value is 55.16%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (55,35,0,13)
C55M35Y0K13 (55%, 35%, 0%, 13%)
(0.55 / 0.35 / 0.00 / 0.13)

CMYK percentages

%55.16
%34.53
%0
%12.55

Codes

Color #6492DF in popluar color models

64 92 DF
RGB 100 146 223
HSL 218° 65.78% 63.33%
HSB/HSV 218° 55.16% 87.45%
CMYK 55.16% 34.53% 0.00%
12.55%

Color #6492DF in popluar number systems.

HEX 64 92 DF
Decimal 100 146 223
Binary 1100100 10010010 11011111
Octal 144 222 337

Shades and tints

Shades of #6492DF

#6492DF
(100,146,223)
#5B85CB
(91,133,203)
#5278B7
(82,120,183)
#496BA3
(73,107,163)
#405E8F
(64,94,143)
#37517B
(55,81,123)
#2E4467
(46,68,103)
#253753
(37,55,83)
#1C2A3F
(28,42,63)
#131D2B
(19,29,43)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #6492DF

#6492DF
(100,146,223)
#729BE1
(114,155,225)
#80A4E3
(128,164,227)
#8EADE5
(142,173,229)
#9CB6E7
(156,182,231)
#AABFE9
(170,191,233)
#B8C8EB
(184,200,235)
#C6D1ED
(198,209,237)
#D4DAEF
(212,218,239)
#E2E3F1
(226,227,241)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6492DF color. Also use rgb(100,146,223) instead hex code.

Text Font Color

.myTextColor { color: #6492DF; }

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

This text font color is #6492DF.

Background Color

.myBgColor { background-color: #6492DF; }

<div style="background-color:#6492DF">Inner text</div>

This div background color is #6492DF.

Border color

.myBorderColor { border: 1px solid #6492DF; }

<div style="border:3px solid #6492DF">Div</div>

This div border color is #6492DF.

Opacity

.myOpacity80 { color: #6492DF; opacity: 0.8; }

<p style="color:#6492DF;opacity:0.8;">80%</p>

Text with #6492DF 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 #6492DF;}

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

This text has shadow with #6492DF color.


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

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

This text has shadow with #6492DF primary color and red secondary color.


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

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

This text has shadow with #6492DF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6492DF.

Preview

Color preview on black background

This text has color #6492DF on black background.


Color preview on white background

This text has color #6492DF on white background.


Black color preview on #6492DF background

This text has black color on #6492DF background.


White color preview on #6492DF background

This text has white color on #6492DF background.


Related colors

Complementary color

Complementary color for #hex is #9B6D20.


I love getcolorcode.com

Triadic colors

1 #DF6492 and #92DF64 with #6492DF are triadic colors.

2 #DF9264 and #9264DF with #6492DF are triadic colors.