#606463

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

Shades of William #606463

Tints of William #606463

Color information

#606463 (or 0x606463) is unknown color: approx William. HEX triplet: 60, 64 and 63. RGB value is (96,100,99). Sum of RGB (Red+Green+Blue) = 96+100+99=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 100 - color contains mainly: green. Hex color #606463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606463 is #9F9B9C. Grayscale: #626262. Windows color (decimal): -10460061 or 6513760. OLE color: 6513760.

HSL color Cylindrical-coordinate representation of color #606463: hue angle of 165º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #606463 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB9610099-
CMYK0.0400.010.61
HSL165º2.04%38.43%-
HSV(B)165º4%39.22%-
XYZ11.6312.513.6-
YUV98.69128.17126.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=32.54%
G=33.90%
B=33.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96100990.0400.010.611652.0438.43
Hex6064634013Da5226
Octal14014414340175245246
Binary110000011001001100011100011111011010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606463; }

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

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

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

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

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

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

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

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