#60637C

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

Shades of Comet #60637C

Tints of Comet #60637C

Color information

#60637C (or 0x60637C) is unknown color: approx Comet. HEX triplet: 60, 63 and 7C. RGB value is (96,99,124). Sum of RGB (Red+Green+Blue) = 96+99+124=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #60637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60637C is #9F9C83. Grayscale: #646464. Windows color (decimal): -10460292 or 8151904. OLE color: 8151904.

HSL color Cylindrical-coordinate representation of color #60637C: hue angle of 233.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60637C is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9699124-
CMYK0.230.2000.51
HSL233.57º12.73%43.14%-
HSV(B)233.57º22.58%48.63%-
XYZ12.9212.8720.87-
YUV100.95141.01124.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=30.09%
G=31.03%
B=38.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96991240.230.2000.51233.5712.7343.14
Hex60637C1714033ead2b
Octal14014317427240633521553
Binary11000001100011111110010111101000110011111010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60637C; }

 p { color: rgb(96,99,124); }

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

<style>
 a { background-color: #60637C; }

 a { background-color: rgb(96,99,124); }

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

<style>
 span { border-color: #60637C; }

 span { border-color: rgb(96,99,124); }

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