#60627A

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

Shades of Comet #60627A

Tints of Comet #60627A

Color information

#60627A (or 0x60627A) is unknown color: approx Comet. HEX triplet: 60, 62 and 7A. RGB value is (96,98,122). Sum of RGB (Red+Green+Blue) = 96+98+122=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #60627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60627A is #9F9D85. Grayscale: #646464. Windows color (decimal): -10460550 or 8020576. OLE color: 8020576.

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

Color convert

RGB9698122-
CMYK0.210.2000.52
HSL235.38º11.93%42.75%-
HSV(B)235.38º21.31%47.84%-
XYZ12.712.6320.18-
YUV100.14140.34125.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=30.38%
G=31.01%
B=38.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96981220.210.2000.52235.3811.9342.75
Hex60627A1514034ebc2b
Octal14014217225240643531453
Binary11000001100010111101010101101000110100111010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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