COLOR #6644F1

HEX: #6644F1
RGB: (102,68,241)

Color info

#6644F1 contains mainly blue color. Web safe color of #6644F1 is #6633FF (or #63F).

RGB color model

#6644F1 color RGB value is (102,68,241).

  • red value is 102;
  • green value is 68;
  • blue value is 241.
RGB:
(102,68,241)
(40%,27%,95%)

RGB channels and saturation

R 102 of 255 = 40%
G 68 of 255 = 27%
B 241 of 255 = 95%

102
68
241

R + G + B ~ 54%. #6644F1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 68 + 241 = 411 (100%)
R 102 of 411 ~ 24.82%
G 68 of 411 ~ 16.55%
B 241 of 411 ~ 58.64%

%24.82
%16.55
%58.64

CMYK color model

#6644F1 color CMYK value is (58,72,0,5).

  • cyan value is 57.68%
  • magenta value is 71.78%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(58,72,0,5)
C58M72Y0K5 
(58%,72%,0%,5%)
(0.58/0.72/0.00/0.05)	

CMYK percentages

%57.68
%71.78
%0
%5.49

Codes

Color #6644F1 in popluar color models

6644F1
RGB10268241
HSL252°86.07%60.59%
HSB/HSV252°71.78%94.51%
CMYK57.68%71.78%0.00%
5.49%

Color #6644F1 in popluar number systems.

HEX6644F1
Decimal10268241
Binary1100110100010011110001
Octal146104361

Shades and tints

Shades of #6644F1

#6644F1
(102,68,241)
#5D3EDC
(93,62,220)
#5438C7
(84,56,199)
#4B32B2
(75,50,178)
#422C9D
(66,44,157)
#392688
(57,38,136)
#302073
(48,32,115)
#271A5E
(39,26,94)
#1E1449
(30,20,73)
#150E34
(21,14,52)
#0C081F
(12,8,31)
#000000
(0,0,0)

Tints of #6644F1

#6644F1
(102,68,241)
#7355F2
(115,85,242)
#8066F3
(128,102,243)
#8D77F4
(141,119,244)
#9A88F5
(154,136,245)
#A799F6
(167,153,246)
#B4AAF7
(180,170,247)
#C1BBF8
(193,187,248)
#CECCF9
(206,204,249)
#DBDDFA
(219,221,250)
#E8EEFB
(232,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6644F1 color. Also use rgb(102,68,241) instead hex code.

Text Font Color

.myTextColor { color: #6644F1; }

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

This text font color is #6644F1.


Background Color

.myBgColor { background-color: #6644F1; }

<div style="background-color:#6644F1">Inner text</div>

This div background color is #6644F1.


Border color

.myBorderColor { border: 1px solid #6644F1; }

<div style="border:3px solid #6644F1">Div</div>

This div border color is #6644F1.


Opacity

.myOpacity80 { color: #6644F1; opacity: 0.8; }

<p style="color:#6644F1;opacity:0.8;">80%</p>

Text with #6644F1 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 #6644F1;}

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

This text has shadow with #6644F1 color.

.textShadow {text-shadow: 3px 3px 1px #6644F1, 3px 3px 1px red;}

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

This text has shadow with #6644F1 primary color and red secondary color.


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

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

This text has shadow with #6644F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6644F1 on black background.


Color preview on white background

This text has color #6644F1 on white background.



Black color preview on #6644F1 background

This text has black color on #6644F1 background.


White color preview on #6644F1 background

This text has white color on #6644F1 background.