#605C63

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

Shades of Mobster #605C63

Tints of Mobster #605C63

Color information

#605C63 (or 0x605C63) is unknown color: approx Mobster. HEX triplet: 60, 5C and 63. RGB value is (96,92,99). Sum of RGB (Red+Green+Blue) = 96+92+99=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 99 - color contains mainly: blue. Hex color #605C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C63 is #9FA39C. Grayscale: #5D5D5D. Windows color (decimal): -10462109 or 6511712. OLE color: 6511712.

HSL color Cylindrical-coordinate representation of color #605C63: hue angle of 274.29º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #605C63 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB969299-
CMYK0.030.0700.61
HSL274.29º3.66%37.45%-
HSV(B)274.29º7.07%38.82%-
XYZ10.911.0413.36-
YUV93.99130.83129.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=33.45%
G=32.06%
B=34.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9692990.030.0700.61274.293.6637.45
Hex605C633703D112425
Octal14013414337075422445
Binary110000010111001100011111110111101100010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605C63; }

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

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

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

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

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

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

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

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