COLOR #665FF5

HEX: #665FF5
RGB: (102,95,245)

Color info

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

RGB color model

#665FF5 color RGB value is (102,95,245).

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

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 245 of 255 = 96%

102
95
245

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

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 245 = 442 (100%)
R 102 of 442 ~ 23.08%
G 95 of 442 ~ 21.49%
B 245 of 442 ~ 55.43%

%23.08
%21.49
%55.43

CMYK color model

#665FF5 color CMYK value is (58,61,0,4).

  • cyan value is 58.37%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(58,61,0,4)
C58M61Y0K4 
(58%,61%,0%,4%)
(0.58/0.61/0.00/0.04)	

CMYK percentages

%58.37
%61.22
%0
%3.92

Codes

Color #665FF5 in popluar color models

665FF5
RGB10295245
HSL243°88.24%66.67%
HSB/HSV243°61.22%96.08%
CMYK58.37%61.22%0.00%
3.92%

Color #665FF5 in popluar number systems.

HEX665FF5
Decimal10295245
Binary1100110101111111110101
Octal146137365

Shades and tints

Shades of #665FF5

#665FF5
(102,95,245)
#5D57DF
(93,87,223)
#544FC9
(84,79,201)
#4B47B3
(75,71,179)
#423F9D
(66,63,157)
#393787
(57,55,135)
#302F71
(48,47,113)
#27275B
(39,39,91)
#1E1F45
(30,31,69)
#15172F
(21,23,47)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #665FF5

#665FF5
(102,95,245)
#736DF5
(115,109,245)
#807BF5
(128,123,245)
#8D89F5
(141,137,245)
#9A97F5
(154,151,245)
#A7A5F5
(167,165,245)
#B4B3F5
(180,179,245)
#C1C1F5
(193,193,245)
#CECFF5
(206,207,245)
#DBDDF5
(219,221,245)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665FF5; }

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

This text font color is #665FF5.


Background Color

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

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

This div background color is #665FF5.


Border color

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

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

This div border color is #665FF5.


Opacity

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

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

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

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

This text has shadow with #665FF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665FF5 on black background.


Color preview on white background

This text has color #665FF5 on white background.



Black color preview on #665FF5 background

This text has black color on #665FF5 background.


White color preview on #665FF5 background

This text has white color on #665FF5 background.