#60607C

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

Shades of Comet #60607C

Tints of Comet #60607C

Color information

#60607C (or 0x60607C) is unknown color: approx Comet. HEX triplet: 60, 60 and 7C. RGB value is (96,96,124). Sum of RGB (Red+Green+Blue) = 96+96+124=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #60607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60607C is #9F9F83. Grayscale: #636363. Windows color (decimal): -10461060 or 8151136. OLE color: 8151136.

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

Color convert

RGB9696124-
CMYK0.230.2300.51
HSL240º12.73%43.14%-
HSV(B)240º22.58%48.63%-
XYZ12.6412.3120.78-
YUV99.19142125.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=30.38%
G=30.38%
B=39.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96961240.230.2300.5124012.7343.14
Hex60607C1717033f0d2b
Octal14014017427270633601553
Binary11000001100000111110010111101110110011111100001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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