#60657A

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

Shades of Comet #60657A

Tints of Comet #60657A

Color information

#60657A (or 0x60657A) is unknown color: approx Comet. HEX triplet: 60, 65 and 7A. RGB value is (96,101,122). Sum of RGB (Red+Green+Blue) = 96+101+122=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #60657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60657A is #9F9A85. Grayscale: #656565. Windows color (decimal): -10459782 or 8021344. OLE color: 8021344.

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

Color convert

RGB96101122-
CMYK0.210.1700.52
HSL228.46º11.93%42.75%-
HSV(B)228.46º21.31%47.84%-
XYZ12.9913.220.28-
YUV101.9139.34123.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=30.09%
G=31.66%
B=38.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961011220.210.1700.52228.4611.9342.75
Hex60657A1511034e4c2b
Octal14014517225210643441453
Binary11000001100101111101010101100010110100111001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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