COLOR #6390C8

HEX: #6390C8 RGB: (99,144,200)

Color info

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

RGB color model

#6390C8 color RGB value is (99,144,200).

RGB: (99,144,200) (39%, 56%, 78%)

RGB channels and saturation

R 99 of 255 = 39%
G 144 of 255 = 56%
B 200 of 255 = 78%

99
144
200

R + G + B ~ 58%. #6390C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 144 + 200 = 443 (100%)
R 99 of 443 ~ 22.35%
G 144 of 443 ~ 32.51%
B 200 of 443 ~ 45.15'%

%22.35
%32.51
%45.15

CMYK color model

#6390C8 color CMYK value is (51,28,0,22).

  • cyan value is 50.50%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (51,28,0,22)
C51M28Y0K22 (51%, 28%, 0%, 22%)
(0.51 / 0.28 / 0.00 / 0.22)

CMYK percentages

%50.5
%28
%0
%21.57

Codes

Color #6390C8 in popluar color models

63 90 C8
RGB 99 144 200
HSL 213° 47.87% 58.63%
HSB/HSV 213° 50.50% 78.43%
CMYK 50.50% 28.00% 0.00%
21.57%

Color #6390C8 in popluar number systems.

HEX 63 90 C8
Decimal 99 144 200
Binary 1100011 10010000 11001000
Octal 143 220 310

Shades and tints

Shades of #6390C8

#6390C8
(99,144,200)
#5A83B6
(90,131,182)
#5176A4
(81,118,164)
#486992
(72,105,146)
#3F5C80
(63,92,128)
#364F6E
(54,79,110)
#2D425C
(45,66,92)
#24354A
(36,53,74)
#1B2838
(27,40,56)
#121B26
(18,27,38)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #6390C8

#6390C8
(99,144,200)
#719ACD
(113,154,205)
#7FA4D2
(127,164,210)
#8DAED7
(141,174,215)
#9BB8DC
(155,184,220)
#A9C2E1
(169,194,225)
#B7CCE6
(183,204,230)
#C5D6EB
(197,214,235)
#D3E0F0
(211,224,240)
#E1EAF5
(225,234,245)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6390C8 color. Also use rgb(99,144,200) instead hex code.

Text Font Color

.myTextColor { color: #6390C8; }

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

This text font color is #6390C8.

Background Color

.myBgColor { background-color: #6390C8; }

<div style="background-color:#6390C8">Inner text</div>

This div background color is #6390C8.

Border color

.myBorderColor { border: 1px solid #6390C8; }

<div style="border:3px solid #6390C8">Div</div>

This div border color is #6390C8.

Opacity

.myOpacity80 { color: #6390C8; opacity: 0.8; }

<p style="color:#6390C8;opacity:0.8;">80%</p>

Text with #6390C8 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 #6390C8;}

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

This text has shadow with #6390C8 color.


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

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

This text has shadow with #6390C8 primary color and red secondary color.


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

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

This text has shadow with #6390C8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6390C8.

Preview

Color preview on black background

This text has color #6390C8 on black background.


Color preview on white background

This text has color #6390C8 on white background.


Black color preview on #6390C8 background

This text has black color on #6390C8 background.


White color preview on #6390C8 background

This text has white color on #6390C8 background.


Related colors

Complementary color

Complementary color for #hex is #9C6F37.


I love getcolorcode.com

Triadic colors

1 #C86390 and #90C863 with #6390C8 are triadic colors.

2 #C89063 and #9063C8 with #6390C8 are triadic colors.