COLOR #6483CC

HEX: #6483CC
RGB: (100,131,204)

Color info

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

RGB color model

#6483CC color RGB value is (100,131,204).

  • red value is 100;
  • green value is 131;
  • blue value is 204.
RGB:
(100,131,204)
(39%,51%,80%)

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 204 of 255 = 80%

100
131
204

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

Portions of RGB colors in percentages

R + G + B =
100 + 131 + 204 = 435 (100%)
R 100 of 435 ~ 22.99%
G 131 of 435 ~ 30.11%
B 204 of 435 ~ 46.9%

%22.99
%30.11
%46.9

CMYK color model

#6483CC color CMYK value is (51,36,0,20).

  • cyan value is 50.98%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(51,36,0,20)
C51M36Y0K20 
(51%,36%,0%,20%)
(0.51/0.36/0.00/0.20)	

CMYK percentages

%50.98
%35.78
%0
%20

Codes

Color #6483CC in popluar color models

6483CC
RGB100131204
HSL222°50.49%59.61%
HSB/HSV222°50.98%80.00%
CMYK50.98%35.78%0.00%
20.00%

Color #6483CC in popluar number systems.

HEX6483CC
Decimal100131204
Binary11001001000001111001100
Octal144203314

Shades and tints

Shades of #6483CC

#6483CC
(100,131,204)
#5B78BA
(91,120,186)
#526DA8
(82,109,168)
#496296
(73,98,150)
#405784
(64,87,132)
#374C72
(55,76,114)
#2E4160
(46,65,96)
#25364E
(37,54,78)
#1C2B3C
(28,43,60)
#13202A
(19,32,42)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #6483CC

#6483CC
(100,131,204)
#728ED0
(114,142,208)
#8099D4
(128,153,212)
#8EA4D8
(142,164,216)
#9CAFDC
(156,175,220)
#AABAE0
(170,186,224)
#B8C5E4
(184,197,228)
#C6D0E8
(198,208,232)
#D4DBEC
(212,219,236)
#E2E6F0
(226,230,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6483CC color. Also use rgb(100,131,204) instead hex code.

Text Font Color

.myTextColor { color: #6483CC; }

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

This text font color is #6483CC.


Background Color

.myBgColor { background-color: #6483CC; }

<div style="background-color:#6483CC">Inner text</div>

This div background color is #6483CC.


Border color

.myBorderColor { border: 1px solid #6483CC; }

<div style="border:3px solid #6483CC">Div</div>

This div border color is #6483CC.


Opacity

.myOpacity80 { color: #6483CC; opacity: 0.8; }

<p style="color:#6483CC;opacity:0.8;">80%</p>

Text with #6483CC 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 #6483CC;}

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

This text has shadow with #6483CC color.

.textShadow {text-shadow: 3px 3px 1px #6483CC, 3px 3px 1px red;}

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

This text has shadow with #6483CC primary color and red secondary color.


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

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

This text has shadow with #6483CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6483CC on black background.


Color preview on white background

This text has color #6483CC on white background.



Black color preview on #6483CC background

This text has black color on #6483CC background.


White color preview on #6483CC background

This text has white color on #6483CC background.