#60637A

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

Shades of Comet #60637A

Tints of Comet #60637A

Color information

#60637A (or 0x60637A) is unknown color: approx Comet. HEX triplet: 60, 63 and 7A. RGB value is (96,99,122). Sum of RGB (Red+Green+Blue) = 96+99+122=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 122 - color contains mainly: blue. Hex color #60637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60637A is #9F9C85. Grayscale: #646464. Windows color (decimal): -10460294 or 8020832. OLE color: 8020832.

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

Color convert

RGB9699122-
CMYK0.210.1900.52
HSL233.08º11.93%42.75%-
HSV(B)233.08º21.31%47.84%-
XYZ12.812.8220.21-
YUV100.72140.01124.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=30.28%
G=31.23%
B=38.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96991220.210.1900.52233.0811.9342.75
Hex60637A1513034e9c2b
Octal14014317225230643511453
Binary11000001100011111101010101100110110100111010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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