COLOR #6492A2

HEX: #6492A2
RGB: (100,146,162)

Color info

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

RGB color model

#6492A2 color RGB value is (100,146,162).

  • red value is 100;
  • green value is 146;
  • blue value is 162.
RGB:
(100,146,162)
(39%,57%,64%)

RGB channels and saturation

R 100 of 255 = 39%
G 146 of 255 = 57%
B 162 of 255 = 64%

100
146
162

R + G + B ~ 53%. #6492A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 146 + 162 = 408 (100%)
R 100 of 408 ~ 24.51%
G 146 of 408 ~ 35.78%
B 162 of 408 ~ 39.71%

%24.51
%35.78
%39.71

CMYK color model

#6492A2 color CMYK value is (38,10,0,36).

  • cyan value is 38.27%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(38,10,0,36)
C38M10Y0K36 
(38%,10%,0%,36%)
(0.38/0.10/0.00/0.36)	

CMYK percentages

%38.27
%9.88
%0
%36.47

Codes

Color #6492A2 in popluar color models

6492A2
RGB100146162
HSL195°25.00%51.37%
HSB/HSV195°38.27%63.53%
CMYK38.27%9.88%0.00%
36.47%

Color #6492A2 in popluar number systems.

HEX6492A2
Decimal100146162
Binary11001001001001010100010
Octal144222242

Shades and tints

Shades of #6492A2

#6492A2
(100,146,162)
#5B8594
(91,133,148)
#527886
(82,120,134)
#496B78
(73,107,120)
#405E6A
(64,94,106)
#37515C
(55,81,92)
#2E444E
(46,68,78)
#253740
(37,55,64)
#1C2A32
(28,42,50)
#131D24
(19,29,36)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #6492A2

#6492A2
(100,146,162)
#729BAA
(114,155,170)
#80A4B2
(128,164,178)
#8EADBA
(142,173,186)
#9CB6C2
(156,182,194)
#AABFCA
(170,191,202)
#B8C8D2
(184,200,210)
#C6D1DA
(198,209,218)
#D4DAE2
(212,218,226)
#E2E3EA
(226,227,234)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6492A2; }

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

This text font color is #6492A2.


Background Color

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

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

This div background color is #6492A2.


Border color

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

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

This div border color is #6492A2.


Opacity

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

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

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

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

This text has shadow with #6492A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6492A2 on black background.


Color preview on white background

This text has color #6492A2 on white background.



Black color preview on #6492A2 background

This text has black color on #6492A2 background.


White color preview on #6492A2 background

This text has white color on #6492A2 background.