#605F73

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

Shades of Comet #605F73

Tints of Comet #605F73

Color information

#605F73 (or 0x605F73) is unknown color: approx Comet. HEX triplet: 60, 5F and 73. RGB value is (96,95,115). Sum of RGB (Red+Green+Blue) = 96+95+115=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #605F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F73 is #9FA08C. Grayscale: #616161. Windows color (decimal): -10461325 or 7561056. OLE color: 7561056.

HSL color Cylindrical-coordinate representation of color #605F73: hue angle of 243º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605F73 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9695115-
CMYK0.170.1700.55
HSL243º9.52%41.18%-
HSV(B)243º17.39%45.1%-
XYZ12.0111.9117.89-
YUV97.58137.83126.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 95 (37.5% from 255) = 31.05%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=31.37%
G=31.05%
B=37.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96951150.170.1700.552439.5241.18
Hex605F731111037f3a29
Octal14013716321210673631251
Binary11000001011111111001110001100010110111111100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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