COLOR #6484AF

HEX: #6484AF
RGB: (100,132,175)

Color info

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

RGB color model

#6484AF color RGB value is (100,132,175).

  • red value is 100;
  • green value is 132;
  • blue value is 175.
RGB:
(100,132,175)
(39%,52%,69%)

RGB channels and saturation

R 100 of 255 = 39%
G 132 of 255 = 52%
B 175 of 255 = 69%

100
132
175

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

Portions of RGB colors in percentages

R + G + B =
100 + 132 + 175 = 407 (100%)
R 100 of 407 ~ 24.57%
G 132 of 407 ~ 32.43%
B 175 of 407 ~ 43%

%24.57
%32.43
%43

CMYK color model

#6484AF color CMYK value is (43,25,0,31).

  • cyan value is 42.86%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(43,25,0,31)
C43M25Y0K31 
(43%,25%,0%,31%)
(0.43/0.25/0.00/0.31)	

CMYK percentages

%42.86
%24.57
%0
%31.37

Codes

Color #6484AF in popluar color models

6484AF
RGB100132175
HSL214°31.91%53.92%
HSB/HSV214°42.86%68.63%
CMYK42.86%24.57%0.00%
31.37%

Color #6484AF in popluar number systems.

HEX6484AF
Decimal100132175
Binary11001001000010010101111
Octal144204257

Shades and tints

Shades of #6484AF

#6484AF
(100,132,175)
#5B78A0
(91,120,160)
#526C91
(82,108,145)
#496082
(73,96,130)
#405473
(64,84,115)
#374864
(55,72,100)
#2E3C55
(46,60,85)
#253046
(37,48,70)
#1C2437
(28,36,55)
#131828
(19,24,40)
#0A0C19
(10,12,25)
#000000
(0,0,0)

Tints of #6484AF

#6484AF
(100,132,175)
#728FB6
(114,143,182)
#809ABD
(128,154,189)
#8EA5C4
(142,165,196)
#9CB0CB
(156,176,203)
#AABBD2
(170,187,210)
#B8C6D9
(184,198,217)
#C6D1E0
(198,209,224)
#D4DCE7
(212,220,231)
#E2E7EE
(226,231,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6484AF color. Also use rgb(100,132,175) instead hex code.

Text Font Color

.myTextColor { color: #6484AF; }

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

This text font color is #6484AF.


Background Color

.myBgColor { background-color: #6484AF; }

<div style="background-color:#6484AF">Inner text</div>

This div background color is #6484AF.


Border color

.myBorderColor { border: 1px solid #6484AF; }

<div style="border:3px solid #6484AF">Div</div>

This div border color is #6484AF.


Opacity

.myOpacity80 { color: #6484AF; opacity: 0.8; }

<p style="color:#6484AF;opacity:0.8;">80%</p>

Text with #6484AF 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 #6484AF;}

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

This text has shadow with #6484AF color.

.textShadow {text-shadow: 3px 3px 1px #6484AF, 3px 3px 1px red;}

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

This text has shadow with #6484AF primary color and red secondary color.


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

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

This text has shadow with #6484AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6484AF on black background.


Color preview on white background

This text has color #6484AF on white background.



Black color preview on #6484AF background

This text has black color on #6484AF background.


White color preview on #6484AF background

This text has white color on #6484AF background.