COLOR #6665AE

HEX: #6665AE
RGB: (102,101,174)

Color info

#6665AE contains mainly blue color. Web safe color of #6665AE is #666699 (or #669).

RGB color model

#6665AE color RGB value is (102,101,174).

  • red value is 102;
  • green value is 101;
  • blue value is 174.
RGB:
(102,101,174)
(40%,40%,68%)

RGB channels and saturation

R 102 of 255 = 40%
G 101 of 255 = 40%
B 174 of 255 = 68%

102
101
174

R + G + B ~ 49%. #6665AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 101 + 174 = 377 (100%)
R 102 of 377 ~ 27.06%
G 101 of 377 ~ 26.79%
B 174 of 377 ~ 46.15%

%27.06
%26.79
%46.15

CMYK color model

#6665AE color CMYK value is (41,42,0,32).

  • cyan value is 41.38%
  • magenta value is 41.95%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(41,42,0,32)
C41M42Y0K32 
(41%,42%,0%,32%)
(0.41/0.42/0.00/0.32)	

CMYK percentages

%41.38
%41.95
%0
%31.76

Codes

Color #6665AE in popluar color models

6665AE
RGB102101174
HSL241°31.06%53.92%
HSB/HSV241°41.95%68.24%
CMYK41.38%41.95%0.00%
31.76%

Color #6665AE in popluar number systems.

HEX6665AE
Decimal102101174
Binary1100110110010110101110
Octal146145256

Shades and tints

Shades of #6665AE

#6665AE
(102,101,174)
#5D5C9F
(93,92,159)
#545390
(84,83,144)
#4B4A81
(75,74,129)
#424172
(66,65,114)
#393863
(57,56,99)
#302F54
(48,47,84)
#272645
(39,38,69)
#1E1D36
(30,29,54)
#151427
(21,20,39)
#0C0B18
(12,11,24)
#000000
(0,0,0)

Tints of #6665AE

#6665AE
(102,101,174)
#7373B5
(115,115,181)
#8081BC
(128,129,188)
#8D8FC3
(141,143,195)
#9A9DCA
(154,157,202)
#A7ABD1
(167,171,209)
#B4B9D8
(180,185,216)
#C1C7DF
(193,199,223)
#CED5E6
(206,213,230)
#DBE3ED
(219,227,237)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6665AE color. Also use rgb(102,101,174) instead hex code.

Text Font Color

.myTextColor { color: #6665AE; }

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

This text font color is #6665AE.


Background Color

.myBgColor { background-color: #6665AE; }

<div style="background-color:#6665AE">Inner text</div>

This div background color is #6665AE.


Border color

.myBorderColor { border: 1px solid #6665AE; }

<div style="border:3px solid #6665AE">Div</div>

This div border color is #6665AE.


Opacity

.myOpacity80 { color: #6665AE; opacity: 0.8; }

<p style="color:#6665AE;opacity:0.8;">80%</p>

Text with #6665AE 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 #6665AE;}

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

This text has shadow with #6665AE color.

.textShadow {text-shadow: 3px 3px 1px #6665AE, 3px 3px 1px red;}

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

This text has shadow with #6665AE primary color and red secondary color.


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

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

This text has shadow with #6665AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6665AE on black background.


Color preview on white background

This text has color #6665AE on white background.



Black color preview on #6665AE background

This text has black color on #6665AE background.


White color preview on #6665AE background

This text has white color on #6665AE background.