COLOR #6384C2

HEX: #6384C2
RGB: (99,132,194)

Color info

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

RGB color model

#6384C2 color RGB value is (99,132,194).

  • red value is 99;
  • green value is 132;
  • blue value is 194.
RGB:
(99,132,194)
(39%,52%,76%)

RGB channels and saturation

R 99 of 255 = 39%
G 132 of 255 = 52%
B 194 of 255 = 76%

99
132
194

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

Portions of RGB colors in percentages

R + G + B =
99 + 132 + 194 = 425 (100%)
R 99 of 425 ~ 23.29%
G 132 of 425 ~ 31.06%
B 194 of 425 ~ 45.65%

%23.29
%31.06
%45.65

CMYK color model

#6384C2 color CMYK value is (49,32,0,24).

  • cyan value is 48.97%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(49,32,0,24)
C49M32Y0K24 
(49%,32%,0%,24%)
(0.49/0.32/0.00/0.24)	

CMYK percentages

%48.97
%31.96
%0
%23.92

Codes

Color #6384C2 in popluar color models

6384C2
RGB99132194
HSL219°43.78%57.45%
HSB/HSV219°48.97%76.08%
CMYK48.97%31.96%0.00%
23.92%

Color #6384C2 in popluar number systems.

HEX6384C2
Decimal99132194
Binary11000111000010011000010
Octal143204302

Shades and tints

Shades of #6384C2

#6384C2
(99,132,194)
#5A78B1
(90,120,177)
#516CA0
(81,108,160)
#48608F
(72,96,143)
#3F547E
(63,84,126)
#36486D
(54,72,109)
#2D3C5C
(45,60,92)
#24304B
(36,48,75)
#1B243A
(27,36,58)
#121829
(18,24,41)
#090C18
(9,12,24)
#000000
(0,0,0)

Tints of #6384C2

#6384C2
(99,132,194)
#718FC7
(113,143,199)
#7F9ACC
(127,154,204)
#8DA5D1
(141,165,209)
#9BB0D6
(155,176,214)
#A9BBDB
(169,187,219)
#B7C6E0
(183,198,224)
#C5D1E5
(197,209,229)
#D3DCEA
(211,220,234)
#E1E7EF
(225,231,239)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6384C2 color. Also use rgb(99,132,194) instead hex code.

Text Font Color

.myTextColor { color: #6384C2; }

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

This text font color is #6384C2.


Background Color

.myBgColor { background-color: #6384C2; }

<div style="background-color:#6384C2">Inner text</div>

This div background color is #6384C2.


Border color

.myBorderColor { border: 1px solid #6384C2; }

<div style="border:3px solid #6384C2">Div</div>

This div border color is #6384C2.


Opacity

.myOpacity80 { color: #6384C2; opacity: 0.8; }

<p style="color:#6384C2;opacity:0.8;">80%</p>

Text with #6384C2 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 #6384C2;}

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

This text has shadow with #6384C2 color.

.textShadow {text-shadow: 3px 3px 1px #6384C2, 3px 3px 1px red;}

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

This text has shadow with #6384C2 primary color and red secondary color.


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

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

This text has shadow with #6384C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6384C2 on black background.


Color preview on white background

This text has color #6384C2 on white background.



Black color preview on #6384C2 background

This text has black color on #6384C2 background.


White color preview on #6384C2 background

This text has white color on #6384C2 background.