COLOR #665CF9

HEX: #665CF9
RGB: (102,92,249)

Color info

#665CF9 contains mainly blue color. Web safe color of #665CF9 is #6666FF (or #66F).

RGB color model

#665CF9 color RGB value is (102,92,249).

  • red value is 102;
  • green value is 92;
  • blue value is 249.
RGB:
(102,92,249)
(40%,36%,98%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 249 of 255 = 98%

102
92
249

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 249 = 443 (100%)
R 102 of 443 ~ 23.02%
G 92 of 443 ~ 20.77%
B 249 of 443 ~ 56.21%

%23.02
%20.77
%56.21

CMYK color model

#665CF9 color CMYK value is (59,63,0,2).

  • cyan value is 59.04%
  • magenta value is 63.05%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(59,63,0,2)
C59M63Y0K2 
(59%,63%,0%,2%)
(0.59/0.63/0.00/0.02)	

CMYK percentages

%59.04
%63.05
%0
%2.35

Codes

Color #665CF9 in popluar color models

665CF9
RGB10292249
HSL244°92.90%66.86%
HSB/HSV244°63.05%97.65%
CMYK59.04%63.05%0.00%
2.35%

Color #665CF9 in popluar number systems.

HEX665CF9
Decimal10292249
Binary1100110101110011111001
Octal146134371

Shades and tints

Shades of #665CF9

#665CF9
(102,92,249)
#5D54E3
(93,84,227)
#544CCD
(84,76,205)
#4B44B7
(75,68,183)
#423CA1
(66,60,161)
#39348B
(57,52,139)
#302C75
(48,44,117)
#27245F
(39,36,95)
#1E1C49
(30,28,73)
#151433
(21,20,51)
#0C0C1D
(12,12,29)
#000000
(0,0,0)

Tints of #665CF9

#665CF9
(102,92,249)
#736AF9
(115,106,249)
#8078F9
(128,120,249)
#8D86F9
(141,134,249)
#9A94F9
(154,148,249)
#A7A2F9
(167,162,249)
#B4B0F9
(180,176,249)
#C1BEF9
(193,190,249)
#CECCF9
(206,204,249)
#DBDAF9
(219,218,249)
#E8E8F9
(232,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665CF9 color. Also use rgb(102,92,249) instead hex code.

Text Font Color

.myTextColor { color: #665CF9; }

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

This text font color is #665CF9.


Background Color

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

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

This div background color is #665CF9.


Border color

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

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

This div border color is #665CF9.


Opacity

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

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

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

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

This text has shadow with #665CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665CF9 on black background.


Color preview on white background

This text has color #665CF9 on white background.



Black color preview on #665CF9 background

This text has black color on #665CF9 background.


White color preview on #665CF9 background

This text has white color on #665CF9 background.