#605C68

Color #605C68 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #605C68

Tints of Smoky #605C68

Color information

#605C68 (or 0x605C68) is unknown color: approx Smoky. HEX triplet: 60, 5C and 68. RGB value is (96,92,104). Sum of RGB (Red+Green+Blue) = 96+92+104=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #605C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C68 is #9FA397. Grayscale: #5E5E5E. Windows color (decimal): -10462104 or 6839392. OLE color: 6839392.

HSL color Cylindrical-coordinate representation of color #605C68: hue angle of 260º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605C68 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9692104-
CMYK0.080.1200.59
HSL260º6.12%38.43%-
HSV(B)260º11.54%40.78%-
XYZ11.1511.1414.66-
YUV94.56133.33129.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=32.88%
G=31.51%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96921040.080.1200.592606.1238.43
Hex605C688C03B104626
Octal1401341501014073404646
Binary110000010111001101000100011000111011100000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605C68; }

 p { color: rgb(96,92,104); }

 H1.HeaderClassName
 {
   color: #605C68;
 }
 .AnyTagClassName
 {
   color: #605C68;
 }
</style>
background-color css

<style>
 a { background-color: #605C68; }

 a { background-color: rgb(96,92,104); }

 div.DivClassName
 {
   background-color: #605C68;
 }
 .BgClassName
 {
   background-color: #605C68;
 }
</style>
border-color css

<style>
 span { border-color: #605C68; }

 span { border-color: rgb(96,92,104); }

 td.TdClassName
 {
   border-color: #605C68;
 }
 .TagClassName
 {
   border-color: #605C68;
 }
</style>