COLOR #665FC6

HEX: #665FC6
RGB: (102,95,198)

Color info

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

RGB color model

#665FC6 color RGB value is (102,95,198).

  • red value is 102;
  • green value is 95;
  • blue value is 198.
RGB:
(102,95,198)
(40%,37%,78%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 198 of 255 = 78%

102
95
198

R + G + B ~ 52%. #665FC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 198 = 395 (100%)
R 102 of 395 ~ 25.82%
G 95 of 395 ~ 24.05%
B 198 of 395 ~ 50.13%

%25.82
%24.05
%50.13

CMYK color model

#665FC6 color CMYK value is (48,52,0,22).

  • cyan value is 48.48%
  • magenta value is 52.02%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(48,52,0,22)
C48M52Y0K22 
(48%,52%,0%,22%)
(0.48/0.52/0.00/0.22)	

CMYK percentages

%48.48
%52.02
%0
%22.35

Codes

Color #665FC6 in popluar color models

665FC6
RGB10295198
HSL244°47.47%57.45%
HSB/HSV244°52.02%77.65%
CMYK48.48%52.02%0.00%
22.35%

Color #665FC6 in popluar number systems.

HEX665FC6
Decimal10295198
Binary1100110101111111000110
Octal146137306

Shades and tints

Shades of #665FC6

#665FC6
(102,95,198)
#5D57B4
(93,87,180)
#544FA2
(84,79,162)
#4B4790
(75,71,144)
#423F7E
(66,63,126)
#39376C
(57,55,108)
#302F5A
(48,47,90)
#272748
(39,39,72)
#1E1F36
(30,31,54)
#151724
(21,23,36)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #665FC6

#665FC6
(102,95,198)
#736DCB
(115,109,203)
#807BD0
(128,123,208)
#8D89D5
(141,137,213)
#9A97DA
(154,151,218)
#A7A5DF
(167,165,223)
#B4B3E4
(180,179,228)
#C1C1E9
(193,193,233)
#CECFEE
(206,207,238)
#DBDDF3
(219,221,243)
#E8EBF8
(232,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665FC6 color. Also use rgb(102,95,198) instead hex code.

Text Font Color

.myTextColor { color: #665FC6; }

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

This text font color is #665FC6.


Background Color

.myBgColor { background-color: #665FC6; }

<div style="background-color:#665FC6">Inner text</div>

This div background color is #665FC6.


Border color

.myBorderColor { border: 1px solid #665FC6; }

<div style="border:3px solid #665FC6">Div</div>

This div border color is #665FC6.


Opacity

.myOpacity80 { color: #665FC6; opacity: 0.8; }

<p style="color:#665FC6;opacity:0.8;">80%</p>

Text with #665FC6 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 #665FC6;}

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

This text has shadow with #665FC6 color.

.textShadow {text-shadow: 3px 3px 1px #665FC6, 3px 3px 1px red;}

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

This text has shadow with #665FC6 primary color and red secondary color.


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

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

This text has shadow with #665FC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665FC6 on black background.


Color preview on white background

This text has color #665FC6 on white background.



Black color preview on #665FC6 background

This text has black color on #665FC6 background.


White color preview on #665FC6 background

This text has white color on #665FC6 background.