COLOR #6484CF

HEX: #6484CF
RGB: (100,132,207)

Color info

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

RGB color model

#6484CF color RGB value is (100,132,207).

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

RGB channels and saturation

R 100 of 255 = 39%
G 132 of 255 = 52%
B 207 of 255 = 81%

100
132
207

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

Portions of RGB colors in percentages

R + G + B =
100 + 132 + 207 = 439 (100%)
R 100 of 439 ~ 22.78%
G 132 of 439 ~ 30.07%
B 207 of 439 ~ 47.15%

%22.78
%30.07
%47.15

CMYK color model

#6484CF color CMYK value is (52,36,0,19).

  • cyan value is 51.69%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(52,36,0,19)
C52M36Y0K19 
(52%,36%,0%,19%)
(0.52/0.36/0.00/0.19)	

CMYK percentages

%51.69
%36.23
%0
%18.82

Codes

Color #6484CF in popluar color models

6484CF
RGB100132207
HSL222°52.71%60.20%
HSB/HSV222°51.69%81.18%
CMYK51.69%36.23%0.00%
18.82%

Color #6484CF in popluar number systems.

HEX6484CF
Decimal100132207
Binary11001001000010011001111
Octal144204317

Shades and tints

Shades of #6484CF

#6484CF
(100,132,207)
#5B78BD
(91,120,189)
#526CAB
(82,108,171)
#496099
(73,96,153)
#405487
(64,84,135)
#374875
(55,72,117)
#2E3C63
(46,60,99)
#253051
(37,48,81)
#1C243F
(28,36,63)
#13182D
(19,24,45)
#0A0C1B
(10,12,27)
#000000
(0,0,0)

Tints of #6484CF

#6484CF
(100,132,207)
#728FD3
(114,143,211)
#809AD7
(128,154,215)
#8EA5DB
(142,165,219)
#9CB0DF
(156,176,223)
#AABBE3
(170,187,227)
#B8C6E7
(184,198,231)
#C6D1EB
(198,209,235)
#D4DCEF
(212,220,239)
#E2E7F3
(226,231,243)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6484CF; }

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

This text font color is #6484CF.


Background Color

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

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

This div background color is #6484CF.


Border color

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

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

This div border color is #6484CF.


Opacity

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

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

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

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

This text has shadow with #6484CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6484CF on black background.


Color preview on white background

This text has color #6484CF on white background.



Black color preview on #6484CF background

This text has black color on #6484CF background.


White color preview on #6484CF background

This text has white color on #6484CF background.