COLOR #6483B5

HEX: #6483B5
RGB: (100,131,181)

Color info

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

RGB color model

#6483B5 color RGB value is (100,131,181).

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

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 181 of 255 = 71%

100
131
181

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

Portions of RGB colors in percentages

R + G + B =
100 + 131 + 181 = 412 (100%)
R 100 of 412 ~ 24.27%
G 131 of 412 ~ 31.8%
B 181 of 412 ~ 43.93%

%24.27
%31.8
%43.93

CMYK color model

#6483B5 color CMYK value is (45,28,0,29).

  • cyan value is 44.75%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(45,28,0,29)
C45M28Y0K29 
(45%,28%,0%,29%)
(0.45/0.28/0.00/0.29)	

CMYK percentages

%44.75
%27.62
%0
%29.02

Codes

Color #6483B5 in popluar color models

6483B5
RGB100131181
HSL217°35.37%55.10%
HSB/HSV217°44.75%70.98%
CMYK44.75%27.62%0.00%
29.02%

Color #6483B5 in popluar number systems.

HEX6483B5
Decimal100131181
Binary11001001000001110110101
Octal144203265

Shades and tints

Shades of #6483B5

#6483B5
(100,131,181)
#5B78A5
(91,120,165)
#526D95
(82,109,149)
#496285
(73,98,133)
#405775
(64,87,117)
#374C65
(55,76,101)
#2E4155
(46,65,85)
#253645
(37,54,69)
#1C2B35
(28,43,53)
#132025
(19,32,37)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #6483B5

#6483B5
(100,131,181)
#728EBB
(114,142,187)
#8099C1
(128,153,193)
#8EA4C7
(142,164,199)
#9CAFCD
(156,175,205)
#AABAD3
(170,186,211)
#B8C5D9
(184,197,217)
#C6D0DF
(198,208,223)
#D4DBE5
(212,219,229)
#E2E6EB
(226,230,235)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6483B5; }

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

This text font color is #6483B5.


Background Color

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

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

This div background color is #6483B5.


Border color

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

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

This div border color is #6483B5.


Opacity

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

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

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

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

This text has shadow with #6483B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6483B5 on black background.


Color preview on white background

This text has color #6483B5 on white background.



Black color preview on #6483B5 background

This text has black color on #6483B5 background.


White color preview on #6483B5 background

This text has white color on #6483B5 background.