#60627C

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

Shades of Comet #60627C

Tints of Comet #60627C

Color information

#60627C (or 0x60627C) is unknown color: approx Comet. HEX triplet: 60, 62 and 7C. RGB value is (96,98,124). Sum of RGB (Red+Green+Blue) = 96+98+124=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #60627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60627C is #9F9D83. Grayscale: #646464. Windows color (decimal): -10460548 or 8151648. OLE color: 8151648.

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

Color convert

RGB9698124-
CMYK0.230.2100.51
HSL235.71º12.73%43.14%-
HSV(B)235.71º22.58%48.63%-
XYZ12.8312.6820.84-
YUV100.37141.34124.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=30.19%
G=30.82%
B=38.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96981240.230.2100.51235.7112.7343.14
Hex60627C1715033ecd2b
Octal14014217427250633541553
Binary11000001100010111110010111101010110011111011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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