COLOR #665FBB

HEX: #665FBB
RGB: (102,95,187)

Color info

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

RGB color model

#665FBB color RGB value is (102,95,187).

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

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 187 of 255 = 73%

102
95
187

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

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 187 = 384 (100%)
R 102 of 384 ~ 26.56%
G 95 of 384 ~ 24.74%
B 187 of 384 ~ 48.7%

%26.56
%24.74
%48.7

CMYK color model

#665FBB color CMYK value is (45,49,0,27).

  • cyan value is 45.45%
  • magenta value is 49.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(45,49,0,27)
C45M49Y0K27 
(45%,49%,0%,27%)
(0.45/0.49/0.00/0.27)	

CMYK percentages

%45.45
%49.2
%0
%26.67

Codes

Color #665FBB in popluar color models

665FBB
RGB10295187
HSL245°40.35%55.29%
HSB/HSV245°49.20%73.33%
CMYK45.45%49.20%0.00%
26.67%

Color #665FBB in popluar number systems.

HEX665FBB
Decimal10295187
Binary1100110101111110111011
Octal146137273

Shades and tints

Shades of #665FBB

#665FBB
(102,95,187)
#5D57AA
(93,87,170)
#544F99
(84,79,153)
#4B4788
(75,71,136)
#423F77
(66,63,119)
#393766
(57,55,102)
#302F55
(48,47,85)
#272744
(39,39,68)
#1E1F33
(30,31,51)
#151722
(21,23,34)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #665FBB

#665FBB
(102,95,187)
#736DC1
(115,109,193)
#807BC7
(128,123,199)
#8D89CD
(141,137,205)
#9A97D3
(154,151,211)
#A7A5D9
(167,165,217)
#B4B3DF
(180,179,223)
#C1C1E5
(193,193,229)
#CECFEB
(206,207,235)
#DBDDF1
(219,221,241)
#E8EBF7
(232,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665FBB; }

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

This text font color is #665FBB.


Background Color

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

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

This div background color is #665FBB.


Border color

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

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

This div border color is #665FBB.


Opacity

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

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

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

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

This text has shadow with #665FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665FBB on black background.


Color preview on white background

This text has color #665FBB on white background.



Black color preview on #665FBB background

This text has black color on #665FBB background.


White color preview on #665FBB background

This text has white color on #665FBB background.