COLOR #6388CA

HEX: #6388CA
RGB: (99,136,202)

Color info

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

RGB color model

#6388CA color RGB value is (99,136,202).

  • red value is 99;
  • green value is 136;
  • blue value is 202.
RGB:
(99,136,202)
(39%,53%,79%)

RGB channels and saturation

R 99 of 255 = 39%
G 136 of 255 = 53%
B 202 of 255 = 79%

99
136
202

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

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 202 = 437 (100%)
R 99 of 437 ~ 22.65%
G 136 of 437 ~ 31.12%
B 202 of 437 ~ 46.22%

%22.65
%31.12
%46.22

CMYK color model

#6388CA color CMYK value is (51,33,0,21).

  • cyan value is 50.99%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(51,33,0,21)
C51M33Y0K21 
(51%,33%,0%,21%)
(0.51/0.33/0.00/0.21)	

CMYK percentages

%50.99
%32.67
%0
%20.78

Codes

Color #6388CA in popluar color models

6388CA
RGB99136202
HSL218°49.28%59.02%
HSB/HSV218°50.99%79.22%
CMYK50.99%32.67%0.00%
20.78%

Color #6388CA in popluar number systems.

HEX6388CA
Decimal99136202
Binary11000111000100011001010
Octal143210312

Shades and tints

Shades of #6388CA

#6388CA
(99,136,202)
#5A7CB8
(90,124,184)
#5170A6
(81,112,166)
#486494
(72,100,148)
#3F5882
(63,88,130)
#364C70
(54,76,112)
#2D405E
(45,64,94)
#24344C
(36,52,76)
#1B283A
(27,40,58)
#121C28
(18,28,40)
#091016
(9,16,22)
#000000
(0,0,0)

Tints of #6388CA

#6388CA
(99,136,202)
#7192CE
(113,146,206)
#7F9CD2
(127,156,210)
#8DA6D6
(141,166,214)
#9BB0DA
(155,176,218)
#A9BADE
(169,186,222)
#B7C4E2
(183,196,226)
#C5CEE6
(197,206,230)
#D3D8EA
(211,216,234)
#E1E2EE
(225,226,238)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6388CA color. Also use rgb(99,136,202) instead hex code.

Text Font Color

.myTextColor { color: #6388CA; }

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

This text font color is #6388CA.


Background Color

.myBgColor { background-color: #6388CA; }

<div style="background-color:#6388CA">Inner text</div>

This div background color is #6388CA.


Border color

.myBorderColor { border: 1px solid #6388CA; }

<div style="border:3px solid #6388CA">Div</div>

This div border color is #6388CA.


Opacity

.myOpacity80 { color: #6388CA; opacity: 0.8; }

<p style="color:#6388CA;opacity:0.8;">80%</p>

Text with #6388CA 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 #6388CA;}

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

This text has shadow with #6388CA color.

.textShadow {text-shadow: 3px 3px 1px #6388CA, 3px 3px 1px red;}

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

This text has shadow with #6388CA primary color and red secondary color.


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

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

This text has shadow with #6388CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6388CA on black background.


Color preview on white background

This text has color #6388CA on white background.



Black color preview on #6388CA background

This text has black color on #6388CA background.


White color preview on #6388CA background

This text has white color on #6388CA background.