COLOR #6655DE

HEX: #6655DE
RGB: (102,85,222)

Color info

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

RGB color model

#6655DE color RGB value is (102,85,222).

  • red value is 102;
  • green value is 85;
  • blue value is 222.
RGB:
(102,85,222)
(40%,33%,87%)

RGB channels and saturation

R 102 of 255 = 40%
G 85 of 255 = 33%
B 222 of 255 = 87%

102
85
222

R + G + B ~ 53%. #6655DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 85 + 222 = 409 (100%)
R 102 of 409 ~ 24.94%
G 85 of 409 ~ 20.78%
B 222 of 409 ~ 54.28%

%24.94
%20.78
%54.28

CMYK color model

#6655DE color CMYK value is (54,62,0,13).

  • cyan value is 54.05%
  • magenta value is 61.71%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(54,62,0,13)
C54M62Y0K13 
(54%,62%,0%,13%)
(0.54/0.62/0.00/0.13)	

CMYK percentages

%54.05
%61.71
%0
%12.94

Codes

Color #6655DE in popluar color models

6655DE
RGB10285222
HSL247°67.49%60.20%
HSB/HSV247°61.71%87.06%
CMYK54.05%61.71%0.00%
12.94%

Color #6655DE in popluar number systems.

HEX6655DE
Decimal10285222
Binary1100110101010111011110
Octal146125336

Shades and tints

Shades of #6655DE

#6655DE
(102,85,222)
#5D4ECA
(93,78,202)
#5447B6
(84,71,182)
#4B40A2
(75,64,162)
#42398E
(66,57,142)
#39327A
(57,50,122)
#302B66
(48,43,102)
#272452
(39,36,82)
#1E1D3E
(30,29,62)
#15162A
(21,22,42)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #6655DE

#6655DE
(102,85,222)
#7364E1
(115,100,225)
#8073E4
(128,115,228)
#8D82E7
(141,130,231)
#9A91EA
(154,145,234)
#A7A0ED
(167,160,237)
#B4AFF0
(180,175,240)
#C1BEF3
(193,190,243)
#CECDF6
(206,205,246)
#DBDCF9
(219,220,249)
#E8EBFC
(232,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6655DE color. Also use rgb(102,85,222) instead hex code.

Text Font Color

.myTextColor { color: #6655DE; }

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

This text font color is #6655DE.


Background Color

.myBgColor { background-color: #6655DE; }

<div style="background-color:#6655DE">Inner text</div>

This div background color is #6655DE.


Border color

.myBorderColor { border: 1px solid #6655DE; }

<div style="border:3px solid #6655DE">Div</div>

This div border color is #6655DE.


Opacity

.myOpacity80 { color: #6655DE; opacity: 0.8; }

<p style="color:#6655DE;opacity:0.8;">80%</p>

Text with #6655DE 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 #6655DE;}

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

This text has shadow with #6655DE color.

.textShadow {text-shadow: 3px 3px 1px #6655DE, 3px 3px 1px red;}

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

This text has shadow with #6655DE primary color and red secondary color.


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

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

This text has shadow with #6655DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6655DE on black background.


Color preview on white background

This text has color #6655DE on white background.



Black color preview on #6655DE background

This text has black color on #6655DE background.


White color preview on #6655DE background

This text has white color on #6655DE background.