#605F66

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

Shades of Smoky #605F66

Tints of Smoky #605F66

Color information

#605F66 (or 0x605F66) is unknown color: approx Smoky. HEX triplet: 60, 5F and 66. RGB value is (96,95,102). Sum of RGB (Red+Green+Blue) = 96+95+102=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 102 - color contains mainly: blue. Hex color #605F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F66 is #9FA099. Grayscale: #606060. Windows color (decimal): -10461338 or 6709088. OLE color: 6709088.

HSL color Cylindrical-coordinate representation of color #605F66: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #605F66 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9695102-
CMYK0.060.0700.6
HSL248.57º3.55%38.63%-
HSV(B)248.57º6.86%40%-
XYZ11.3111.6314.22-
YUV96.1131.33127.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=32.76%
G=32.42%
B=34.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96951020.060.0700.6248.573.5538.63
Hex605F666703Cf9427
Octal14013714667074371447
Binary110000010111111100110110111011110011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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