#606372

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

Shades of Comet #606372

Tints of Comet #606372

Color information

#606372 (or 0x606372) is unknown color: approx Comet. HEX triplet: 60, 63 and 72. RGB value is (96,99,114). Sum of RGB (Red+Green+Blue) = 96+99+114=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #606372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606372 is #9F9C8D. Grayscale: #636363. Windows color (decimal): -10460302 or 7496544. OLE color: 7496544.

HSL color Cylindrical-coordinate representation of color #606372: hue angle of 230º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606372 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9699114-
CMYK0.160.1300.55
HSL230º8.57%41.18%-
HSV(B)230º15.79%44.71%-
XYZ12.3212.6317.71-
YUV99.81136.01125.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=31.07%
G=32.04%
B=36.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96991140.160.1300.552308.5741.18
Hex60637210D037e6929
Octal14014316220150673461151
Binary1100000110001111100101000011010110111111001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606372; }

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

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

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

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

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

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

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

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