#606377

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

Shades of Comet #606377

Tints of Comet #606377

Color information

#606377 (or 0x606377) is unknown color: approx Comet. HEX triplet: 60, 63 and 77. RGB value is (96,99,119). Sum of RGB (Red+Green+Blue) = 96+99+119=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #606377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606377 is #9F9C88. Grayscale: #646464. Windows color (decimal): -10460297 or 7824224. OLE color: 7824224.

HSL color Cylindrical-coordinate representation of color #606377: hue angle of 232.17º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606377 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9699119-
CMYK0.190.1700.53
HSL232.17º10.7%42.16%-
HSV(B)232.17º19.33%46.67%-
XYZ12.6212.7419.25-
YUV100.38138.51124.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=30.57%
G=31.53%
B=37.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96991190.190.1700.53232.1710.742.16
Hex6063771311035e8b2a
Octal14014316723210653501352
Binary11000001100011111011110011100010110101111010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606377; }

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

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

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

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

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

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

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

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