COLOR #6656A8

HEX: #6656A8
RGB: (102,86,168)

Color info

#6656A8 contains mainly blue color. Web safe color of #6656A8 is #666699 (or #669).

RGB color model

#6656A8 color RGB value is (102,86,168).

  • red value is 102;
  • green value is 86;
  • blue value is 168.
RGB:
(102,86,168)
(40%,34%,66%)

RGB channels and saturation

R 102 of 255 = 40%
G 86 of 255 = 34%
B 168 of 255 = 66%

102
86
168

R + G + B ~ 47%. #6656A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 86 + 168 = 356 (100%)
R 102 of 356 ~ 28.65%
G 86 of 356 ~ 24.16%
B 168 of 356 ~ 47.19%

%28.65
%24.16
%47.19

CMYK color model

#6656A8 color CMYK value is (39,49,0,34).

  • cyan value is 39.29%
  • magenta value is 48.81%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(39,49,0,34)
C39M49Y0K34 
(39%,49%,0%,34%)
(0.39/0.49/0.00/0.34)	

CMYK percentages

%39.29
%48.81
%0
%34.12

Codes

Color #6656A8 in popluar color models

6656A8
RGB10286168
HSL252°32.28%49.80%
HSB/HSV252°48.81%65.88%
CMYK39.29%48.81%0.00%
34.12%

Color #6656A8 in popluar number systems.

HEX6656A8
Decimal10286168
Binary1100110101011010101000
Octal146126250

Shades and tints

Shades of #6656A8

#6656A8
(102,86,168)
#5D4F99
(93,79,153)
#54488A
(84,72,138)
#4B417B
(75,65,123)
#423A6C
(66,58,108)
#39335D
(57,51,93)
#302C4E
(48,44,78)
#27253F
(39,37,63)
#1E1E30
(30,30,48)
#151721
(21,23,33)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #6656A8

#6656A8
(102,86,168)
#7365AF
(115,101,175)
#8074B6
(128,116,182)
#8D83BD
(141,131,189)
#9A92C4
(154,146,196)
#A7A1CB
(167,161,203)
#B4B0D2
(180,176,210)
#C1BFD9
(193,191,217)
#CECEE0
(206,206,224)
#DBDDE7
(219,221,231)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6656A8 color. Also use rgb(102,86,168) instead hex code.

Text Font Color

.myTextColor { color: #6656A8; }

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

This text font color is #6656A8.


Background Color

.myBgColor { background-color: #6656A8; }

<div style="background-color:#6656A8">Inner text</div>

This div background color is #6656A8.


Border color

.myBorderColor { border: 1px solid #6656A8; }

<div style="border:3px solid #6656A8">Div</div>

This div border color is #6656A8.


Opacity

.myOpacity80 { color: #6656A8; opacity: 0.8; }

<p style="color:#6656A8;opacity:0.8;">80%</p>

Text with #6656A8 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 #6656A8;}

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

This text has shadow with #6656A8 color.

.textShadow {text-shadow: 3px 3px 1px #6656A8, 3px 3px 1px red;}

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

This text has shadow with #6656A8 primary color and red secondary color.


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

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

This text has shadow with #6656A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6656A8 on black background.


Color preview on white background

This text has color #6656A8 on white background.



Black color preview on #6656A8 background

This text has black color on #6656A8 background.


White color preview on #6656A8 background

This text has white color on #6656A8 background.