#60607A

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

Shades of Comet #60607A

Tints of Comet #60607A

Color information

#60607A (or 0x60607A) is unknown color: approx Comet. HEX triplet: 60, 60 and 7A. RGB value is (96,96,122). Sum of RGB (Red+Green+Blue) = 96+96+122=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #60607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60607A is #9F9F85. Grayscale: #626262. Windows color (decimal): -10461062 or 8020064. OLE color: 8020064.

HSL color Cylindrical-coordinate representation of color #60607A: hue angle of 240º 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 #60607A is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9696122-
CMYK0.210.2100.52
HSL240º11.93%42.75%-
HSV(B)240º21.31%47.84%-
XYZ12.5212.2620.12-
YUV98.96141125.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=30.57%
G=30.57%
B=38.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96961220.210.2100.5224011.9342.75
Hex60607A1515034f0c2b
Octal14014017225250643601453
Binary11000001100000111101010101101010110100111100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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