COLOR #6396DB

HEX: #6396DB RGB: (99,150,219)

Color info

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

RGB color model

#6396DB color RGB value is (99,150,219).

RGB: (99,150,219) (39%, 59%, 86%)

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 219 of 255 = 86%

99
150
219

R + G + B ~ 61%. #6396DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 150 + 219 = 468 (100%)
R 99 of 468 ~ 21.15%
G 150 of 468 ~ 32.05%
B 219 of 468 ~ 46.79'%

%21.15
%32.05
%46.79

CMYK color model

#6396DB color CMYK value is (55,32,0,14).

  • cyan value is 54.79%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (55,32,0,14)
C55M32Y0K14 (55%, 32%, 0%, 14%)
(0.55 / 0.32 / 0.00 / 0.14)

CMYK percentages

%54.79
%31.51
%0
%14.12

Codes

Color #6396DB in popluar color models

63 96 DB
RGB 99 150 219
HSL 215° 62.50% 62.35%
HSB/HSV 215° 54.79% 85.88%
CMYK 54.79% 31.51% 0.00%
14.12%

Color #6396DB in popluar number systems.

HEX 63 96 DB
Decimal 99 150 219
Binary 1100011 10010110 11011011
Octal 143 226 333

Shades and tints

Shades of #6396DB

#6396DB
(99,150,219)
#5A89C8
(90,137,200)
#517CB5
(81,124,181)
#486FA2
(72,111,162)
#3F628F
(63,98,143)
#36557C
(54,85,124)
#2D4869
(45,72,105)
#243B56
(36,59,86)
#1B2E43
(27,46,67)
#122130
(18,33,48)
#09141D
(9,20,29)
#000000
(0,0,0)

Tints of #6396DB

#6396DB
(99,150,219)
#719FDE
(113,159,222)
#7FA8E1
(127,168,225)
#8DB1E4
(141,177,228)
#9BBAE7
(155,186,231)
#A9C3EA
(169,195,234)
#B7CCED
(183,204,237)
#C5D5F0
(197,213,240)
#D3DEF3
(211,222,243)
#E1E7F6
(225,231,246)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6396DB color. Also use rgb(99,150,219) instead hex code.

Text Font Color

.myTextColor { color: #6396DB; }

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

This text font color is #6396DB.

Background Color

.myBgColor { background-color: #6396DB; }

<div style="background-color:#6396DB">Inner text</div>

This div background color is #6396DB.

Border color

.myBorderColor { border: 1px solid #6396DB; }

<div style="border:3px solid #6396DB">Div</div>

This div border color is #6396DB.

Opacity

.myOpacity80 { color: #6396DB; opacity: 0.8; }

<p style="color:#6396DB;opacity:0.8;">80%</p>

Text with #6396DB 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 #6396DB;}

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

This text has shadow with #6396DB color.


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

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

This text has shadow with #6396DB primary color and red secondary color.


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

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

This text has shadow with #6396DB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6396DB.

Preview

Color preview on black background

This text has color #6396DB on black background.


Color preview on white background

This text has color #6396DB on white background.


Black color preview on #6396DB background

This text has black color on #6396DB background.


White color preview on #6396DB background

This text has white color on #6396DB background.


Related colors

Complementary color

Complementary color for #hex is #9C6924.


I love getcolorcode.com

Triadic colors

1 #DB6396 and #96DB63 with #6396DB are triadic colors.

2 #DB9663 and #9663DB with #6396DB are triadic colors.