COLOR #6663A5

HEX: #6663A5
RGB: (102,99,165)

Color info

#6663A5 contains mainly blue color. Web safe color of #6663A5 is #666699 (or #669).

RGB color model

#6663A5 color RGB value is (102,99,165).

  • red value is 102;
  • green value is 99;
  • blue value is 165.
RGB:
(102,99,165)
(40%,39%,65%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 165 of 255 = 65%

102
99
165

R + G + B ~ 48%. #6663A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 165 = 366 (100%)
R 102 of 366 ~ 27.87%
G 99 of 366 ~ 27.05%
B 165 of 366 ~ 45.08%

%27.87
%27.05
%45.08

CMYK color model

#6663A5 color CMYK value is (38,40,0,35).

  • cyan value is 38.18%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(38,40,0,35)
C38M40Y0K35 
(38%,40%,0%,35%)
(0.38/0.40/0.00/0.35)	

CMYK percentages

%38.18
%40
%0
%35.29

Codes

Color #6663A5 in popluar color models

6663A5
RGB10299165
HSL243°26.83%51.76%
HSB/HSV243°40.00%64.71%
CMYK38.18%40.00%0.00%
35.29%

Color #6663A5 in popluar number systems.

HEX6663A5
Decimal10299165
Binary1100110110001110100101
Octal146143245

Shades and tints

Shades of #6663A5

#6663A5
(102,99,165)
#5D5A96
(93,90,150)
#545187
(84,81,135)
#4B4878
(75,72,120)
#423F69
(66,63,105)
#39365A
(57,54,90)
#302D4B
(48,45,75)
#27243C
(39,36,60)
#1E1B2D
(30,27,45)
#15121E
(21,18,30)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #6663A5

#6663A5
(102,99,165)
#7371AD
(115,113,173)
#807FB5
(128,127,181)
#8D8DBD
(141,141,189)
#9A9BC5
(154,155,197)
#A7A9CD
(167,169,205)
#B4B7D5
(180,183,213)
#C1C5DD
(193,197,221)
#CED3E5
(206,211,229)
#DBE1ED
(219,225,237)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6663A5 color. Also use rgb(102,99,165) instead hex code.

Text Font Color

.myTextColor { color: #6663A5; }

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

This text font color is #6663A5.


Background Color

.myBgColor { background-color: #6663A5; }

<div style="background-color:#6663A5">Inner text</div>

This div background color is #6663A5.


Border color

.myBorderColor { border: 1px solid #6663A5; }

<div style="border:3px solid #6663A5">Div</div>

This div border color is #6663A5.


Opacity

.myOpacity80 { color: #6663A5; opacity: 0.8; }

<p style="color:#6663A5;opacity:0.8;">80%</p>

Text with #6663A5 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 #6663A5;}

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

This text has shadow with #6663A5 color.

.textShadow {text-shadow: 3px 3px 1px #6663A5, 3px 3px 1px red;}

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

This text has shadow with #6663A5 primary color and red secondary color.


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

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

This text has shadow with #6663A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6663A5 on black background.


Color preview on white background

This text has color #6663A5 on white background.



Black color preview on #6663A5 background

This text has black color on #6663A5 background.


White color preview on #6663A5 background

This text has white color on #6663A5 background.