COLOR #665468

HEX: #665468
RGB: (102,84,104)

Color info

#665468 contains red, green and blue colors in about the same proportion. Web safe color of #665468 is #666666 (or #666).

RGB color model

#665468 color RGB value is (102,84,104).

  • red value is 102;
  • green value is 84;
  • blue value is 104.
RGB:
(102,84,104)
(40%,33%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 84 of 255 = 33%
B 104 of 255 = 41%

102
84
104

R + G + B ~ 38%. #665468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 84 + 104 = 290 (100%)
R 102 of 290 ~ 35.17%
G 84 of 290 ~ 28.97%
B 104 of 290 ~ 35.86%

%35.17
%28.97
%35.86

CMYK color model

#665468 color CMYK value is (2,19,0,59).

  • cyan value is 1.92%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(2,19,0,59)
C2M19Y0K59 
(2%,19%,0%,59%)
(0.02/0.19/0.00/0.59)	

CMYK percentages

%1.92
%19.23
%0
%59.22

Codes

Color #665468 in popluar color models

665468
RGB10284104
HSL294°10.64%36.86%
HSB/HSV294°19.23%40.78%
CMYK1.92%19.23%0.00%
59.22%

Color #665468 in popluar number systems.

HEX665468
Decimal10284104
Binary110011010101001101000
Octal146124150

Shades and tints

Shades of #665468

#665468
(102,84,104)
#5D4D5F
(93,77,95)
#544656
(84,70,86)
#4B3F4D
(75,63,77)
#423844
(66,56,68)
#39313B
(57,49,59)
#302A32
(48,42,50)
#272329
(39,35,41)
#1E1C20
(30,28,32)
#151517
(21,21,23)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #665468

#665468
(102,84,104)
#736375
(115,99,117)
#807282
(128,114,130)
#8D818F
(141,129,143)
#9A909C
(154,144,156)
#A79FA9
(167,159,169)
#B4AEB6
(180,174,182)
#C1BDC3
(193,189,195)
#CECCD0
(206,204,208)
#DBDBDD
(219,219,221)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665468 color. Also use rgb(102,84,104) instead hex code.

Text Font Color

.myTextColor { color: #665468; }

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

This text font color is #665468.


Background Color

.myBgColor { background-color: #665468; }

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

This div background color is #665468.


Border color

.myBorderColor { border: 1px solid #665468; }

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

This div border color is #665468.


Opacity

.myOpacity80 { color: #665468; opacity: 0.8; }

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

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

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

This text has shadow with #665468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665468 on black background.


Color preview on white background

This text has color #665468 on white background.



Black color preview on #665468 background

This text has black color on #665468 background.


White color preview on #665468 background

This text has white color on #665468 background.