COLOR #6444D4

HEX: #6444D4
RGB: (100,68,212)

Color info

#6444D4 contains mainly blue color. Web safe color of #6444D4 is #6633CC (or #63C).

RGB color model

#6444D4 color RGB value is (100,68,212).

  • red value is 100;
  • green value is 68;
  • blue value is 212.
RGB:
(100,68,212)
(39%,27%,83%)

RGB channels and saturation

R 100 of 255 = 39%
G 68 of 255 = 27%
B 212 of 255 = 83%

100
68
212

R + G + B ~ 50%. #6444D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 68 + 212 = 380 (100%)
R 100 of 380 ~ 26.32%
G 68 of 380 ~ 17.89%
B 212 of 380 ~ 55.79%

%26.32
%17.89
%55.79

CMYK color model

#6444D4 color CMYK value is (53,68,0,17).

  • cyan value is 52.83%
  • magenta value is 67.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(53,68,0,17)
C53M68Y0K17 
(53%,68%,0%,17%)
(0.53/0.68/0.00/0.17)	

CMYK percentages

%52.83
%67.92
%0
%16.86

Codes

Color #6444D4 in popluar color models

6444D4
RGB10068212
HSL253°62.61%54.90%
HSB/HSV253°67.92%83.14%
CMYK52.83%67.92%0.00%
16.86%

Color #6444D4 in popluar number systems.

HEX6444D4
Decimal10068212
Binary1100100100010011010100
Octal144104324

Shades and tints

Shades of #6444D4

#6444D4
(100,68,212)
#5B3EC1
(91,62,193)
#5238AE
(82,56,174)
#49329B
(73,50,155)
#402C88
(64,44,136)
#372675
(55,38,117)
#2E2062
(46,32,98)
#251A4F
(37,26,79)
#1C143C
(28,20,60)
#130E29
(19,14,41)
#0A0816
(10,8,22)
#000000
(0,0,0)

Tints of #6444D4

#6444D4
(100,68,212)
#7255D7
(114,85,215)
#8066DA
(128,102,218)
#8E77DD
(142,119,221)
#9C88E0
(156,136,224)
#AA99E3
(170,153,227)
#B8AAE6
(184,170,230)
#C6BBE9
(198,187,233)
#D4CCEC
(212,204,236)
#E2DDEF
(226,221,239)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6444D4 color. Also use rgb(100,68,212) instead hex code.

Text Font Color

.myTextColor { color: #6444D4; }

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

This text font color is #6444D4.


Background Color

.myBgColor { background-color: #6444D4; }

<div style="background-color:#6444D4">Inner text</div>

This div background color is #6444D4.


Border color

.myBorderColor { border: 1px solid #6444D4; }

<div style="border:3px solid #6444D4">Div</div>

This div border color is #6444D4.


Opacity

.myOpacity80 { color: #6444D4; opacity: 0.8; }

<p style="color:#6444D4;opacity:0.8;">80%</p>

Text with #6444D4 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 #6444D4;}

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

This text has shadow with #6444D4 color.

.textShadow {text-shadow: 3px 3px 1px #6444D4, 3px 3px 1px red;}

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

This text has shadow with #6444D4 primary color and red secondary color.


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

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

This text has shadow with #6444D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6444D4 on black background.


Color preview on white background

This text has color #6444D4 on white background.



Black color preview on #6444D4 background

This text has black color on #6444D4 background.


White color preview on #6444D4 background

This text has white color on #6444D4 background.