#605F6F

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

Shades of Comet #605F6F

Tints of Comet #605F6F

Color information

#605F6F (or 0x605F6F) is unknown color: approx Comet. HEX triplet: 60, 5F and 6F. RGB value is (96,95,111). Sum of RGB (Red+Green+Blue) = 96+95+111=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #605F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F6F is #9FA090. Grayscale: #616161. Windows color (decimal): -10461329 or 7298912. OLE color: 7298912.

HSL color Cylindrical-coordinate representation of color #605F6F: hue angle of 243.75º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605F6F is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9695111-
CMYK0.140.1400.56
HSL243.75º7.77%40.39%-
HSV(B)243.75º14.41%43.53%-
XYZ11.7911.8216.7-
YUV97.12135.83127.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=31.79%
G=31.46%
B=36.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96951110.140.1400.56243.757.7740.39
Hex605F6FEE038f4828
Octal14013715716160703641050
Binary110000010111111101111111011100111000111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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