COLOR #6483C7

HEX: #6483C7 RGB: (100,131,199)

Color info

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

RGB color model

#6483C7 color RGB value is (100,131,199).

RGB: (100,131,199) (39%, 51%, 78%)

RGB channels and saturation

R 100 of 255 = 39%
G 131 of 255 = 51%
B 199 of 255 = 78%

100
131
199

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

Portions of RGB colors in percentages

R + G + B = 100 + 131 + 199 = 430 (100%)
R 100 of 430 ~ 23.26%
G 131 of 430 ~ 30.47%
B 199 of 430 ~ 46.28'%

%23.26
%30.47
%46.28

CMYK color model

#6483C7 color CMYK value is (50,34,0,22).

  • cyan value is 49.75%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (50,34,0,22)
C50M34Y0K22 (50%, 34%, 0%, 22%)
(0.50 / 0.34 / 0.00 / 0.22)

CMYK percentages

%49.75
%34.17
%0
%21.96

Codes

Color #6483C7 in popluar color models

64 83 C7
RGB 100 131 199
HSL 221° 46.92% 58.63%
HSB/HSV 221° 49.75% 78.04%
CMYK 49.75% 34.17% 0.00%
21.96%

Color #6483C7 in popluar number systems.

HEX 64 83 C7
Decimal 100 131 199
Binary 1100100 10000011 11000111
Octal 144 203 307

Shades and tints

Shades of #6483C7

#6483C7
(100,131,199)
#5B78B5
(91,120,181)
#526DA3
(82,109,163)
#496291
(73,98,145)
#40577F
(64,87,127)
#374C6D
(55,76,109)
#2E415B
(46,65,91)
#253649
(37,54,73)
#1C2B37
(28,43,55)
#132025
(19,32,37)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #6483C7

#6483C7
(100,131,199)
#728ECC
(114,142,204)
#8099D1
(128,153,209)
#8EA4D6
(142,164,214)
#9CAFDB
(156,175,219)
#AABAE0
(170,186,224)
#B8C5E5
(184,197,229)
#C6D0EA
(198,208,234)
#D4DBEF
(212,219,239)
#E2E6F4
(226,230,244)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6483C7; }

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

This text font color is #6483C7.

Background Color

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

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

This div background color is #6483C7.

Border color

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

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

This div border color is #6483C7.

Opacity

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

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

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

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

This text has shadow with #6483C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6483C7.

Preview

Color preview on black background

This text has color #6483C7 on black background.


Color preview on white background

This text has color #6483C7 on white background.


Black color preview on #6483C7 background

This text has black color on #6483C7 background.


White color preview on #6483C7 background

This text has white color on #6483C7 background.


Related colors

Complementary color

Complementary color for #hex is #9B7C38.


I love getcolorcode.com

Triadic colors

1 #C76483 and #83C764 with #6483C7 are triadic colors.

2 #C78364 and #8364C7 with #6483C7 are triadic colors.