#60637B

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

Shades of Comet #60637B

Tints of Comet #60637B

Color information

#60637B (or 0x60637B) is unknown color: approx Comet. HEX triplet: 60, 63 and 7B. RGB value is (96,99,123). Sum of RGB (Red+Green+Blue) = 96+99+123=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #60637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60637B is #9F9C84. Grayscale: #646464. Windows color (decimal): -10460293 or 8086368. OLE color: 8086368.

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

Color convert

RGB9699123-
CMYK0.220.2000.52
HSL233.33º12.33%42.94%-
HSV(B)233.33º21.95%48.24%-
XYZ12.8612.8420.54-
YUV100.84140.51124.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=30.19%
G=31.13%
B=38.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96991230.220.2000.52233.3312.3342.94
Hex60637B1614034e9c2b
Octal14014317326240643511453
Binary11000001100011111101110110101000110100111010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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