#60617A

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

Shades of Comet #60617A

Tints of Comet #60617A

Color information

#60617A (or 0x60617A) is unknown color: approx Comet. HEX triplet: 60, 61 and 7A. RGB value is (96,97,122). Sum of RGB (Red+Green+Blue) = 96+97+122=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #60617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60617A is #9F9E85. Grayscale: #636363. Windows color (decimal): -10460806 or 8020320. OLE color: 8020320.

HSL color Cylindrical-coordinate representation of color #60617A: hue angle of 237.69º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60617A is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9697122-
CMYK0.210.2000.52
HSL237.69º11.93%42.75%-
HSV(B)237.69º21.31%47.84%-
XYZ12.6112.4420.15-
YUV99.55140.67125.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=30.48%
G=30.79%
B=38.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96971220.210.2000.52237.6911.9342.75
Hex60617A1514034eec2b
Octal14014117225240643561453
Binary11000001100001111101010101101000110100111011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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