COLOR #6662AF

HEX: #6662AF
RGB: (102,98,175)

Color info

#6662AF contains mainly blue color. Web safe color of #6662AF is #666699 (or #669).

RGB color model

#6662AF color RGB value is (102,98,175).

  • red value is 102;
  • green value is 98;
  • blue value is 175.
RGB:
(102,98,175)
(40%,38%,69%)

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 175 of 255 = 69%

102
98
175

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

Portions of RGB colors in percentages

R + G + B =
102 + 98 + 175 = 375 (100%)
R 102 of 375 ~ 27.2%
G 98 of 375 ~ 26.13%
B 175 of 375 ~ 46.67%

%27.2
%26.13
%46.67

CMYK color model

#6662AF color CMYK value is (42,44,0,31).

  • cyan value is 41.71%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(42,44,0,31)
C42M44Y0K31 
(42%,44%,0%,31%)
(0.42/0.44/0.00/0.31)	

CMYK percentages

%41.71
%44
%0
%31.37

Codes

Color #6662AF in popluar color models

6662AF
RGB10298175
HSL243°32.49%53.53%
HSB/HSV243°44.00%68.63%
CMYK41.71%44.00%0.00%
31.37%

Color #6662AF in popluar number systems.

HEX6662AF
Decimal10298175
Binary1100110110001010101111
Octal146142257

Shades and tints

Shades of #6662AF

#6662AF
(102,98,175)
#5D5AA0
(93,90,160)
#545291
(84,82,145)
#4B4A82
(75,74,130)
#424273
(66,66,115)
#393A64
(57,58,100)
#303255
(48,50,85)
#272A46
(39,42,70)
#1E2237
(30,34,55)
#151A28
(21,26,40)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #6662AF

#6662AF
(102,98,175)
#7370B6
(115,112,182)
#807EBD
(128,126,189)
#8D8CC4
(141,140,196)
#9A9ACB
(154,154,203)
#A7A8D2
(167,168,210)
#B4B6D9
(180,182,217)
#C1C4E0
(193,196,224)
#CED2E7
(206,210,231)
#DBE0EE
(219,224,238)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6662AF color. Also use rgb(102,98,175) instead hex code.

Text Font Color

.myTextColor { color: #6662AF; }

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

This text font color is #6662AF.


Background Color

.myBgColor { background-color: #6662AF; }

<div style="background-color:#6662AF">Inner text</div>

This div background color is #6662AF.


Border color

.myBorderColor { border: 1px solid #6662AF; }

<div style="border:3px solid #6662AF">Div</div>

This div border color is #6662AF.


Opacity

.myOpacity80 { color: #6662AF; opacity: 0.8; }

<p style="color:#6662AF;opacity:0.8;">80%</p>

Text with #6662AF 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 #6662AF;}

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

This text has shadow with #6662AF color.

.textShadow {text-shadow: 3px 3px 1px #6662AF, 3px 3px 1px red;}

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

This text has shadow with #6662AF primary color and red secondary color.


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

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

This text has shadow with #6662AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6662AF on black background.


Color preview on white background

This text has color #6662AF on white background.



Black color preview on #6662AF background

This text has black color on #6662AF background.


White color preview on #6662AF background

This text has white color on #6662AF background.