#60657C

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

Shades of Comet #60657C

Tints of Comet #60657C

Color information

#60657C (or 0x60657C) is unknown color: approx Comet. HEX triplet: 60, 65 and 7C. RGB value is (96,101,124). Sum of RGB (Red+Green+Blue) = 96+101+124=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #60657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60657C is #9F9A83. Grayscale: #666666. Windows color (decimal): -10459780 or 8152416. OLE color: 8152416.

HSL color Cylindrical-coordinate representation of color #60657C: hue angle of 229.29º 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 #60657C is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96101124-
CMYK0.230.1900.51
HSL229.29º12.73%43.14%-
HSV(B)229.29º22.58%48.63%-
XYZ13.1213.2520.93-
YUV102.13140.34123.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=29.91%
G=31.46%
B=38.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961011240.230.1900.51229.2912.7343.14
Hex60657C1713033e5d2b
Octal14014517427230633451553
Binary11000001100101111110010111100110110011111001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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