COLOR #6651D1

HEX: #6651D1
RGB: (102,81,209)

Color info

#6651D1 contains mainly blue color. Web safe color of #6651D1 is #6666CC (or #66C).

RGB color model

#6651D1 color RGB value is (102,81,209).

  • red value is 102;
  • green value is 81;
  • blue value is 209.
RGB:
(102,81,209)
(40%,32%,82%)

RGB channels and saturation

R 102 of 255 = 40%
G 81 of 255 = 32%
B 209 of 255 = 82%

102
81
209

R + G + B ~ 51%. #6651D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 81 + 209 = 392 (100%)
R 102 of 392 ~ 26.02%
G 81 of 392 ~ 20.66%
B 209 of 392 ~ 53.32%

%26.02
%20.66
%53.32

CMYK color model

#6651D1 color CMYK value is (51,61,0,18).

  • cyan value is 51.20%
  • magenta value is 61.24%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(51,61,0,18)
C51M61Y0K18 
(51%,61%,0%,18%)
(0.51/0.61/0.00/0.18)	

CMYK percentages

%51.2
%61.24
%0
%18.04

Codes

Color #6651D1 in popluar color models

6651D1
RGB10281209
HSL250°58.18%56.86%
HSB/HSV250°61.24%81.96%
CMYK51.20%61.24%0.00%
18.04%

Color #6651D1 in popluar number systems.

HEX6651D1
Decimal10281209
Binary1100110101000111010001
Octal146121321

Shades and tints

Shades of #6651D1

#6651D1
(102,81,209)
#5D4ABE
(93,74,190)
#5443AB
(84,67,171)
#4B3C98
(75,60,152)
#423585
(66,53,133)
#392E72
(57,46,114)
#30275F
(48,39,95)
#27204C
(39,32,76)
#1E1939
(30,25,57)
#151226
(21,18,38)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #6651D1

#6651D1
(102,81,209)
#7360D5
(115,96,213)
#806FD9
(128,111,217)
#8D7EDD
(141,126,221)
#9A8DE1
(154,141,225)
#A79CE5
(167,156,229)
#B4ABE9
(180,171,233)
#C1BAED
(193,186,237)
#CEC9F1
(206,201,241)
#DBD8F5
(219,216,245)
#E8E7F9
(232,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6651D1 color. Also use rgb(102,81,209) instead hex code.

Text Font Color

.myTextColor { color: #6651D1; }

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

This text font color is #6651D1.


Background Color

.myBgColor { background-color: #6651D1; }

<div style="background-color:#6651D1">Inner text</div>

This div background color is #6651D1.


Border color

.myBorderColor { border: 1px solid #6651D1; }

<div style="border:3px solid #6651D1">Div</div>

This div border color is #6651D1.


Opacity

.myOpacity80 { color: #6651D1; opacity: 0.8; }

<p style="color:#6651D1;opacity:0.8;">80%</p>

Text with #6651D1 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 #6651D1;}

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

This text has shadow with #6651D1 color.

.textShadow {text-shadow: 3px 3px 1px #6651D1, 3px 3px 1px red;}

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

This text has shadow with #6651D1 primary color and red secondary color.


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

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

This text has shadow with #6651D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6651D1 on black background.


Color preview on white background

This text has color #6651D1 on white background.



Black color preview on #6651D1 background

This text has black color on #6651D1 background.


White color preview on #6651D1 background

This text has white color on #6651D1 background.