COLOR #665BE6

HEX: #665BE6
RGB: (102,91,230)

Color info

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

RGB color model

#665BE6 color RGB value is (102,91,230).

  • red value is 102;
  • green value is 91;
  • blue value is 230.
RGB:
(102,91,230)
(40%,36%,90%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 230 of 255 = 90%

102
91
230

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

Portions of RGB colors in percentages

R + G + B =
102 + 91 + 230 = 423 (100%)
R 102 of 423 ~ 24.11%
G 91 of 423 ~ 21.51%
B 230 of 423 ~ 54.37%

%24.11
%21.51
%54.37

CMYK color model

#665BE6 color CMYK value is (56,60,0,10).

  • cyan value is 55.65%
  • magenta value is 60.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(56,60,0,10)
C56M60Y0K10 
(56%,60%,0%,10%)
(0.56/0.60/0.00/0.10)	

CMYK percentages

%55.65
%60.43
%0
%9.8

Codes

Color #665BE6 in popluar color models

665BE6
RGB10291230
HSL245°73.54%62.94%
HSB/HSV245°60.43%90.20%
CMYK55.65%60.43%0.00%
9.80%

Color #665BE6 in popluar number systems.

HEX665BE6
Decimal10291230
Binary1100110101101111100110
Octal146133346

Shades and tints

Shades of #665BE6

#665BE6
(102,91,230)
#5D53D2
(93,83,210)
#544BBE
(84,75,190)
#4B43AA
(75,67,170)
#423B96
(66,59,150)
#393382
(57,51,130)
#302B6E
(48,43,110)
#27235A
(39,35,90)
#1E1B46
(30,27,70)
#151332
(21,19,50)
#0C0B1E
(12,11,30)
#000000
(0,0,0)

Tints of #665BE6

#665BE6
(102,91,230)
#7369E8
(115,105,232)
#8077EA
(128,119,234)
#8D85EC
(141,133,236)
#9A93EE
(154,147,238)
#A7A1F0
(167,161,240)
#B4AFF2
(180,175,242)
#C1BDF4
(193,189,244)
#CECBF6
(206,203,246)
#DBD9F8
(219,217,248)
#E8E7FA
(232,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665BE6 color. Also use rgb(102,91,230) instead hex code.

Text Font Color

.myTextColor { color: #665BE6; }

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

This text font color is #665BE6.


Background Color

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

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

This div background color is #665BE6.


Border color

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

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

This div border color is #665BE6.


Opacity

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

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

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

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

This text has shadow with #665BE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665BE6 on black background.


Color preview on white background

This text has color #665BE6 on white background.



Black color preview on #665BE6 background

This text has black color on #665BE6 background.


White color preview on #665BE6 background

This text has white color on #665BE6 background.