COLOR #6644F6

HEX: #6644F6
RGB: (102,68,246)

Color info

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

RGB color model

#6644F6 color RGB value is (102,68,246).

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

RGB channels and saturation

R 102 of 255 = 40%
G 68 of 255 = 27%
B 246 of 255 = 96%

102
68
246

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

Portions of RGB colors in percentages

R + G + B =
102 + 68 + 246 = 416 (100%)
R 102 of 416 ~ 24.52%
G 68 of 416 ~ 16.35%
B 246 of 416 ~ 59.13%

%24.52
%16.35
%59.13

CMYK color model

#6644F6 color CMYK value is (59,72,0,4).

  • cyan value is 58.54%
  • magenta value is 72.36%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(59,72,0,4)
C59M72Y0K4 
(59%,72%,0%,4%)
(0.59/0.72/0.00/0.04)	

CMYK percentages

%58.54
%72.36
%0
%3.53

Codes

Color #6644F6 in popluar color models

6644F6
RGB10268246
HSL251°90.82%61.57%
HSB/HSV251°72.36%96.47%
CMYK58.54%72.36%0.00%
3.53%

Color #6644F6 in popluar number systems.

HEX6644F6
Decimal10268246
Binary1100110100010011110110
Octal146104366

Shades and tints

Shades of #6644F6

#6644F6
(102,68,246)
#5D3EE0
(93,62,224)
#5438CA
(84,56,202)
#4B32B4
(75,50,180)
#422C9E
(66,44,158)
#392688
(57,38,136)
#302072
(48,32,114)
#271A5C
(39,26,92)
#1E1446
(30,20,70)
#150E30
(21,14,48)
#0C081A
(12,8,26)
#000000
(0,0,0)

Tints of #6644F6

#6644F6
(102,68,246)
#7355F6
(115,85,246)
#8066F6
(128,102,246)
#8D77F6
(141,119,246)
#9A88F6
(154,136,246)
#A799F6
(167,153,246)
#B4AAF6
(180,170,246)
#C1BBF6
(193,187,246)
#CECCF6
(206,204,246)
#DBDDF6
(219,221,246)
#E8EEF6
(232,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6644F6; }

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

This text font color is #6644F6.


Background Color

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

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

This div background color is #6644F6.


Border color

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

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

This div border color is #6644F6.


Opacity

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

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

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

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

This text has shadow with #6644F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6644F6 on black background.


Color preview on white background

This text has color #6644F6 on white background.



Black color preview on #6644F6 background

This text has black color on #6644F6 background.


White color preview on #6644F6 background

This text has white color on #6644F6 background.