#605F68

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

Shades of Smoky #605F68

Tints of Smoky #605F68

Color information

#605F68 (or 0x605F68) is unknown color: approx Smoky. HEX triplet: 60, 5F and 68. RGB value is (96,95,104). Sum of RGB (Red+Green+Blue) = 96+95+104=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #605F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F68 is #9FA097. Grayscale: #606060. Windows color (decimal): -10461336 or 6840160. OLE color: 6840160.

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

Color convert

RGB9695104-
CMYK0.080.0900.59
HSL246.67º4.52%39.02%-
HSV(B)246.67º8.65%40.78%-
XYZ11.4111.6714.75-
YUV96.32132.33127.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=32.54%
G=32.20%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96951040.080.0900.59246.674.5239.02
Hex605F688903Bf7527
Octal1401371501011073367547
Binary11000001011111110100010001001011101111110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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