#60617C

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

Shades of Comet #60617C

Tints of Comet #60617C

Color information

#60617C (or 0x60617C) is unknown color: approx Comet. HEX triplet: 60, 61 and 7C. RGB value is (96,97,124). Sum of RGB (Red+Green+Blue) = 96+97+124=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #60617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60617C is #9F9E83. Grayscale: #636363. Windows color (decimal): -10460804 or 8151392. OLE color: 8151392.

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

Color convert

RGB9697124-
CMYK0.230.2200.51
HSL237.86º12.73%43.14%-
HSV(B)237.86º22.58%48.63%-
XYZ12.7412.4920.81-
YUV99.78141.67125.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=30.28%
G=30.60%
B=39.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96971240.230.2200.51237.8612.7343.14
Hex60617C1716033eed2b
Octal14014117427260633561553
Binary11000001100001111110010111101100110011111011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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